Skip to main content

DEFAULT_POLYS_PER_SSA

Constant DEFAULT_POLYS_PER_SSA 

Source
pub const DEFAULT_POLYS_PER_SSA: u16 = 8192;
Expand description

Number of polynomials per SSA.

This and DEFAULT_POLY_THRESHOLD are the deployed split, not merely a library convenience: hopr-transport-session aliases them as DEFAULT_PIX_POLYS_PER_SSA and DEFAULT_PIX_SHARES_PER_POLY, and the Exit’s accepted quota range is derived from their product. Changing either changes what nodes negotiate, and a product that no longer matches the Exit’s range makes every PIX Session fail to establish — so move them together.