DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/netinet
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]