Add support for RFC 3390, which allows for a variable-sized
authorJeffrey Hsu <hsu@dragonflybsd.org>
Thu, 24 Jul 2003 23:33:33 +0000 (23:33 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Thu, 24 Jul 2003 23:33:33 +0000 (23:33 +0000)
commit4b52d5ee5923ac99ac68b29820f2b14a92a6a2b9
tree18e0c48fb07140d4f622d171fc69b88c2b02fe32
parent8e75884f114a56d1c638ff01869c8d648703d950
Add support for RFC 3390, which allows for a variable-sized
initial congestion window.

This decreases the number of round-trip delays required for
short HTTP transfers which never make it out of slow-start.
sys/netinet/tcp_input.c