jhb 2007-06-12 18:53:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netinet tcp_input.c
Log:
MFC 1.315: In the SYN_SENT case, Initialize the snd_wnd before the call to
tcp_mss(). The TCP hostcache logic in tcp_mss() depends on the snd_wnd
being initialized.
Revision Changes Path
1.281.2.13 +1 -1 src/sys/netinet/tcp_input.c