cvs commit: src/sys/netinet tcp_input.c tcp_var.h
Jeffrey Hsu
hsu at FreeBSD.org
Tue Apr 1 13:16:50 PST 2003
hsu 2003/04/01 13:16:46 PST
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_var.h
Log:
Observe conservation of packets when entering Fast Recovery while
doing Limited Transmit. Only artificially inflate the congestion
window by 1 segment instead of the usual 3 to take into account
the 2 already sent by Limited Transmit.
Approved in principle by: Mark Allman <mallman at grc.nasa.gov>,
Hari Balakrishnan <hari at nms.lcs.mit.edu>, Sally Floyd <floyd at icir.org>
Revision Changes Path
1.203 +21 -3 src/sys/netinet/tcp_input.c
1.88 +1 -0 src/sys/netinet/tcp_var.h
More information about the cvs-src
mailing list