Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103143644
D29083.id85203.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
842 B
Referenced Files
None
Subscribers
None
D29083.id85203.diff
View Options
Index: sys/netinet/tcp_input.c
===================================================================
--- sys/netinet/tcp_input.c
+++ sys/netinet/tcp_input.c
@@ -2693,7 +2693,6 @@
*/
tp->sackhint.prr_delivered =
tp->sackhint.sacked_bytes;
- tp->sackhint.sack_bytes_rexmit = 0;
tp->sackhint.recover_fs = max(1,
tp->snd_nxt - tp->snd_una);
}
Index: sys/netinet/tcp_sack.c
===================================================================
--- sys/netinet/tcp_sack.c
+++ sys/netinet/tcp_sack.c
@@ -832,7 +832,6 @@
TAILQ_EMPTY(&tp->snd_holes) &&
(tp->sackhint.delivered_data > 0)) {
struct sackhole *hole;
- int maxseg = tcp_maxseg(tp);
hole = tcp_sackhole_insert(tp, SEQ_MAX(th->th_ack, tp->snd_max - maxseg), tp->snd_max, NULL);
}
(void) tp->t_fb->tfb_tcp_output(tp);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 1:57 PM (3 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14777771
Default Alt Text
D29083.id85203.diff (842 B)
Attached To
Mode
D29083: [tcp:] remove incorrect reset of sack variable in prr
Attached
Detach File
Event Timeline
Log In to Comment