Constant DEFAULT_MAX_PENDING_HANDSHAKES
pub const DEFAULT_MAX_PENDING_HANDSHAKES: usize = 256;Expand description
Default ceiling on sockets past accept() but not yet through the TLS and
WebSocket handshakes. See WssLimits::max_pending_handshakes.