Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145814603
D18821.id52772.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
547 B
Referenced Files
None
Subscribers
None
D18821.id52772.diff
View Options
Index: sys/netinet/tcp_output.c
===================================================================
--- sys/netinet/tcp_output.c
+++ sys/netinet/tcp_output.c
@@ -656,7 +656,8 @@
if (adv >= (int32_t)(2 * tp->t_maxseg) &&
(adv >= (int32_t)(so->so_rcv.sb_hiwat / 4) ||
recwin <= (so->so_rcv.sb_hiwat / 8) ||
- so->so_rcv.sb_hiwat <= 8 * tp->t_maxseg))
+ so->so_rcv.sb_hiwat <= 8 * tp->t_maxseg ||
+ adv >= TCP_MAXWIN << tp->rcv_scale))
goto send;
if (2 * adv >= (int32_t)so->so_rcv.sb_hiwat)
goto send;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 25, 8:20 PM (4 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28994809
Default Alt Text
D18821.id52772.diff (547 B)
Attached To
Mode
D18821: Fix window update issue when scaling disabled
Attached
Detach File
Event Timeline
Log In to Comment