Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157530614
D23118.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
860 B
Referenced Files
None
Subscribers
None
D23118.diff
View Options
Index: head/sys/netinet/tcp_output.c
===================================================================
--- head/sys/netinet/tcp_output.c
+++ head/sys/netinet/tcp_output.c
@@ -1162,6 +1162,7 @@
* Ignore pure ack packets, retransmissions and window probes.
*/
if (len > 0 && SEQ_GEQ(tp->snd_nxt, tp->snd_max) &&
+ (sack_rxmit == 0) &&
!((tp->t_flags & TF_FORCEDATA) && len == 1)) {
#ifdef INET6
if (isipv6)
Index: head/sys/netinet/tcp_stacks/rack.c
===================================================================
--- head/sys/netinet/tcp_stacks/rack.c
+++ head/sys/netinet/tcp_stacks/rack.c
@@ -9477,6 +9477,7 @@
* retransmissions and window probes.
*/
if (len > 0 && SEQ_GEQ(tp->snd_nxt, tp->snd_max) &&
+ (sack_rxmit == 0) &&
!((tp->t_flags & TF_FORCEDATA) && len == 1)) {
#ifdef INET6
if (isipv6)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 23, 11:53 AM (19 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33446007
Default Alt Text
D23118.diff (860 B)
Attached To
Mode
D23118: Fix IP ECN codepoint for SACK retransmissions (RFC3168)
Attached
Detach File
Event Timeline
Log In to Comment