pub const DEFAULT_SSAS_PER_SSA_REQUEST: usize = 1;Expand description
Default for IncomingSessionPixConfig::ssas_per_request — how many SSAs an Exit asks for in a
single [SsaServerCommitmentMessage].
One, so that the default configuration produces exactly the unbatched exchange: same wire bytes, same kill-switch deadline, same Start protocol channel capacity.