FINDING · DEPLOYMENT

Operating system defaults create two additional scaling ceilings beyond CPU: (1) the default file descriptor limit is insufficient above ~64,000 simultaneous connections, requiring LimitNOFILE=1048576 (1 million) in the systemd service; and (2) Linux's conntrack default of 262,144 tracked connections was approached during peak hours for the Snowflake bridge, necessitating doubling the table to 524,288 via sysctl net.netfilter.nf_conntrack_max.

From 2023-fifield-runningRunning a high-performance pluggable transports Tor bridge · §4 · 2023 · Free and Open Communications on the Internet

Implications

Tags

defenses
pluggable-transportbridgeswebrtc-pluggable

Extracted by claude-sonnet-4-6 — review before relying.