git: kernel - MFC 160de052b2 from FreeBSD (persist timer)
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jul 16 20:31:46 PDT 2015
commit 01a777f084827c215b631219a32341f2d7a673d3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jul 16 20:30:12 2015 -0700
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 at FreeBSD.org>
Taken-from: FreeBSD
Summary of changes:
sys/netinet/tcp_output.c | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/01a777f084827c215b631219a32341f2d7a673d3
--
DragonFly BSD source repository
More information about the Commits
mailing list