Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netinet



Module Name:    src
Committed By:   yamt
Date:           Thu Oct 19 11:40:51 UTC 2006

Modified Files:
        src/sys/netinet: tcp_congctl.c tcp_subr.c tcp_usrreq.c tcp_var.h

Log Message:
implement RFC3465 appropriate byte counting.
from Kentaro A. Kurahone, with minor adjustments by me.
the ack prediction part of the original patch was omitted because
it's a separate change.  reviewed by Rui Paulo.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/netinet/tcp_congctl.c
cvs rdiff -r1.206 -r1.207 src/sys/netinet/tcp_subr.c
cvs rdiff -r1.126 -r1.127 src/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.139 -r1.140 src/sys/netinet/tcp_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index