Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137901489
D33979.id101733.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
428 B
Referenced Files
None
Subscribers
None
D33979.id101733.diff
View Options
Index: sys/netinet/tcp_input.c
===================================================================
--- sys/netinet/tcp_input.c
+++ sys/netinet/tcp_input.c
@@ -1649,6 +1649,7 @@
if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks()))
to.to_tsecr = 0;
else if (tp->t_flags & TF_PREVVALID &&
+ tp->t_rxtshift == 1 &&
tp->t_badrxtwin != 0 && SEQ_LT(to.to_tsecr, tp->t_badrxtwin))
cc_cong_signal(tp, th, CC_RTO_ERR);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 1:08 AM (19 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26269651
Default Alt Text
D33979.id101733.diff (428 B)
Attached To
Mode
D33979: Only rewind erraneous RTO when previous values are truly valid
Attached
Detach File
Event Timeline
Log In to Comment