Page MenuHomeFreeBSD

D28819.id.diff
No OneTemporary

D28819.id.diff

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

Mime Type
text/plain
Expires
Wed, Jul 22, 6:31 AM (2 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35351524
Default Alt Text
D28819.id.diff (458 B)

Event Timeline