Page MenuHomeFreeBSD

D22547.diff
No OneTemporary

D22547.diff

Index: head/sys/netinet/sctp_usrreq.c
===================================================================
--- head/sys/netinet/sctp_usrreq.c
+++ head/sys/netinet/sctp_usrreq.c
@@ -143,7 +143,10 @@
chk->rec.data.tsn);
}
/* Clear any time so NO RTT is being done */
- chk->do_rtt = 0;
+ if (chk->do_rtt == 1) {
+ chk->do_rtt = 0;
+ chk->whoTo->rto_needed = 1;
+ }
}
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 11:35 PM (9 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31939455
Default Alt Text
D22547.diff (414 B)

Event Timeline