Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161155888
D23160.id67371.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
570 B
Referenced Files
None
Subscribers
None
D23160.id67371.diff
View Options
Index: sys/netinet/tcp_sack.c
===================================================================
--- sys/netinet/tcp_sack.c
+++ sys/netinet/tcp_sack.c
@@ -774,7 +774,11 @@
int num_segs = 1;
INP_WLOCK_ASSERT(tp->t_inpcb);
- tcp_timer_activate(tp, TT_REXMT, 0);
+ if (tcp_timer_active(tp, TT_PERSIST)) {
+ tcp_timer_activate(tp, TT_PERSIST, 0);
+ tp->t_rxtshift = 0;
+ }
+ tcp_timer_activate(tp, TT_REXMT, tp->t_rxtcur);
tp->t_rtttime = 0;
/* Send one or 2 segments based on how much new data was acked. */
if ((BYTES_THIS_ACK(tp, th) / tp->t_maxseg) >= 2)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 2, 1:46 AM (15 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34545962
Default Alt Text
D23160.id67371.diff (570 B)
Attached To
Mode
D23160: Fixing RTO timer during SACK loss recovery
Attached
Detach File
Event Timeline
Log In to Comment