Date: Wed, 28 Feb 2007 20:48:01 +0000 (UTC) From: Mohan Srinivasan <mohans@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200702282048.l1SKm1fc059612@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mohans 2007-02-28 20:48:01 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: 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.315 +2 -3 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702282048.l1SKm1fc059612>