cvs commit: src/sys/netinet
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Dec 15 19:37:49 PST 2004
dillon 2004/12/15 19:37:30 PST
DragonFly src repository
Modified files:
sys/netinet tcp_subr.c tcp_usrreq.c
Log:
Correct a bug where incoming connections do not properly initialize the
inflight bandwidth calculator.
Reorg the code a bit, removing random initialization elsewhere and putting
it all in one place.
Add an idle check and a pure-ack check.
Reported-by: Dan Nelson <dnelson at xxxxxxxxxxxxxxx>
Revision Changes Path
1.41 +24 -12 src/sys/netinet/tcp_subr.c
1.30 +0 -2 src/sys/netinet/tcp_usrreq.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_subr.c.diff?r1=1.40&r2=1.41&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_usrreq.c.diff?r1=1.29&r2=1.30&f=u
More information about the Commits
mailing list