Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167632839
D28819.id84337.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
540 B
Referenced Files
None
Subscribers
None
D28819.id84337.diff
View Options
Index: sys/netinet/tcp_input.c
===================================================================
--- sys/netinet/tcp_input.c
+++ sys/netinet/tcp_input.c
@@ -3957,9 +3957,7 @@
* (del_data) and an estimate of how many bytes are in the
* network.
*/
- if (SEQ_GEQ(th->th_ack, tp->snd_una))
- del_data = BYTES_THIS_ACK(tp, th);
- del_data += tp->sackhint.delivered_data;
+ del_data = tp->sackhint.delivered_data;
pipe = (tp->snd_nxt - tp->snd_fack) + tp->sackhint.sack_bytes_rexmit;
tp->sackhint.prr_delivered += del_data;
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 24, 8:44 AM (2 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37178928
Default Alt Text
D28819.id84337.diff (540 B)
Attached To
Mode
D28819: PRR: Avoid accounting left-edge twice in partial ACK.
Attached
Detach File
Event Timeline
Log In to Comment