Connection Pooling - in Depth
· 3 min read
Here’s a Markdown table that maps real-life reverse proxy scenarios to recommended TCP tuning parameters for optimal performance and security:
✅ Legend (Quick Reference)
Parameter | Purpose |
---|---|
tcp_fin_timeout | How long to keep closing connection in FIN state. |
tcp_keepalive_time | Idle time before sending first keep-alive probe. |
tcp_keepalive_intvl | Interval between successive keep-alive probes. |
tcp_keepalive_probes | Number of probes before dropping connection. |
tcp_retries2 | Max TCP retransmissions before giving up. |