Date: Mon, 16 Feb 2009 16:08:56 GMT From: Andre Oppermann <andre@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 157795 for review Message-ID: <200902161608.n1GG8ucP054783@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=157795 Change 157795 by andre@andre_flirtbox on 2009/02/16 16:08:10 Update receive window size after a read. Affected files ... .. //depot/projects/tcp_new/netinet/tcp_usrreq.c#3 edit Differences ... ==== //depot/projects/tcp_new/netinet/tcp_usrreq.c#3 (text+ko) ==== @@ -737,6 +737,11 @@ } tp = intotcpcb(inp); TCPDEBUG1(); + + /* + * Update receive window size after a read. + */ + tp->rcv_wnd = sbspace(&so->so_rcv); tcp_output_rcvd(tp); out:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902161608.n1GG8ucP054783>
