Skip to main content

DEFAULT_MAX_TARGETS_PER_CONN

Constant DEFAULT_MAX_TARGETS_PER_CONN 

Source
pub const DEFAULT_MAX_TARGETS_PER_CONN: u32 = 256;
Expand description

Default number of concurrent tunnels allowed on one QUIC connection.

Every tunnel costs one file descriptor, so this is also the per-connection share of the process fd budget (see crate::net::fd_soft_limit).