kernel - MFC 160de052b2 from FreeBSD (persist timer)
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2015 03:30:12 +0000 (20:30 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2015 03:30:12 +0000 (20:30 -0700)
commit01a777f084827c215b631219a32341f2d7a673d3
tree1a167dffb0e8df06054c2bb8febba367b3226912
parentc822d9a20681bd9def43eb29d938745986350c89
kernel - MFC 160de052b2 from FreeBSD (persist timer)

Avoid a situation where we do not set 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.

Author: hiren <hiren@FreeBSD.org>
Taken-from: FreeBSD
sys/netinet/tcp_output.c