Page MenuHomeFreeBSD

D42918.diff
No OneTemporary

D42918.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
@@ -3970,7 +3970,7 @@
imax(1, tp->snd_nxt - tp->snd_una);
snd_cnt = howmany((long)tp->sackhint.prr_delivered *
tp->snd_ssthresh, tp->sackhint.recover_fs) -
- tp->sackhint.prr_out;
+ tp->sackhint.prr_out + maxseg - 1;
} else {
/*
* PRR 6937bis heuristic:

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 21, 9:05 PM (6 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30091175
Default Alt Text
D42918.diff (418 B)

Event Timeline