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:   thorpej
Date:           Sat Mar  1 04:40:29 UTC 2003

Modified Files:
        src/sys/netinet: tcp_input.c tcp_output.c tcp_subr.c tcp_var.h

Log Message:
Allow TCP connections to hosts on a local network to use a larger
slow start initial window.  Default this larger initial window to
4 packets, allowing it to be adjusted with net.inet.tcp.init_win_local.


To generate a diff of this commit:
cvs rdiff -r1.162 -r1.163 src/sys/netinet/tcp_input.c
cvs rdiff -r1.89 -r1.90 src/sys/netinet/tcp_output.c
cvs rdiff -r1.138 -r1.139 src/sys/netinet/tcp_subr.c
cvs rdiff -r1.95 -r1.96 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