Page MenuHomeFreeBSD

D9475.diff
No OneTemporary

D9475.diff

Index: head/sys/netinet/tcp_output.c
===================================================================
--- head/sys/netinet/tcp_output.c
+++ head/sys/netinet/tcp_output.c
@@ -696,6 +696,8 @@
recwin <= (so->so_rcv.sb_hiwat / 8) ||
so->so_rcv.sb_hiwat <= 8 * tp->t_maxseg))
goto send;
+ if (2 * adv >= (int32_t)so->so_rcv.sb_hiwat)
+ goto send;
}
dontupdate:

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 19, 2:43 PM (15 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25643585
Default Alt Text
D9475.diff (387 B)

Event Timeline