Skip to main content

DEFAULT_MAX_SSAS_PER_SSA_REQUEST

Constant DEFAULT_MAX_SSAS_PER_SSA_REQUEST 

Source
pub const DEFAULT_MAX_SSAS_PER_SSA_REQUEST: usize = 2;
Expand description

Default for SessionManagerConfig::max_ssas_per_ssa_request — how many SSA commitments an Entry accepts in a single [SsaServerCommitmentMessage].

Pipelining needs at most one cycle in flight ahead of the active one, so 2 leaves room for an Exit batching at the default without turning one inbound packet into an unbounded amount of Entry work and on-chain deposits.