Page MenuHomeFreeBSD

D3060.id6870.diff
No OneTemporary

D3060.id6870.diff

Index: sys/netinet/tcp_input.c
===================================================================
--- sys/netinet/tcp_input.c
+++ sys/netinet/tcp_input.c
@@ -1856,6 +1856,7 @@
* the buffer to better manage the socket buffer resources.
*/
if (V_tcp_do_autorcvbuf &&
+ (to.to_flags & TOF_TS) &&
to.to_tsecr &&
(so->so_rcv.sb_flags & SB_AUTOSIZE)) {
if (TSTMP_GT(to.to_tsecr, tp->rfbuf_ts) &&

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 24, 11:51 PM (41 m, 20 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30281966
Default Alt Text
D3060.id6870.diff (430 B)

Event Timeline