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
Thu, Jan 22, 6:12 AM (16 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27831240
Default Alt Text
D9475.diff (387 B)

Event Timeline