Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148071173
D28819.1785278000.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D28819.1785278000.diff
View Options
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -3950,9 +3950,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;
if (V_tcp_do_rfc6675_pipe)
pipe = tcp_compute_pipe(tp);
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 28, 10:33 PM (6 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29297187
Default Alt Text
D28819.1785278000.diff (458 B)
Attached To
Mode
D28819: PRR: Avoid accounting left-edge twice in partial ACK.
Attached
Detach File
Event Timeline
Log In to Comment