mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Set TCP_USER_TIMEOUT to cap (ms) how long TCP will wait for ACKs on in-flight data before aborting the connection; prevents stuck/half-open sessions and enables faster failover vs default retransmission timeouts. Co-authored-by: David Carlier <devnexen@gmail.com> close GH-20708