TIME_WAIT accumulation from this exact 4-way close is a well-known production incident pattern for high-throughput servers like nginx and HAProxy, which is why SO_REUSEADDR and tuning net.ipv4.tcp_tw_reuse are standard operational knobs. Understanding which side is the 'active closer' also explains real connection-reset bugs when both peers close simultaneously.