CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/13 17:11:37
Modified files:
sys/netinet : tcp_output.c
Log message:
Avoid a situation where we do not set the tcp persist timer after
a zero window condition. If you send a 0-length packet, but there
is data is the socket buffer, and neither the rexmt or persist timer
is already set, then activate the persist timer.
>From FreeBSD revision 284941; OK deraadt@ markus@ mikeb@ claudio@
