commit 519f02d87c329716383420ca220da6373a99f74b
Author: Matthew Dillon <[email protected]>
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 <[email protected]>
    Taken-from: FreeBSD

Summary of changes:
 sys/netinet/tcp_output.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/519f02d87c329716383420ca220da6373a99f74b


-- 
DragonFly BSD source repository

Reply via email to