Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112601162
D48215.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
547 B
Referenced Files
None
Subscribers
None
D48215.diff
View Options
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -7324,11 +7324,9 @@
p_maxseg = min(bbr->r_ctl.rc_pace_max_segs, maxseg);
th_ack = th->th_ack;
if (SEQ_GT(th_ack, tp->snd_una)) {
- acked = th_ack - tp->snd_una;
bbr_log_progress_event(bbr, tp, ticks, PROGRESS_UPDATE, __LINE__);
bbr->rc_tp->t_acktime = ticks;
- } else
- acked = 0;
+ }
if (SEQ_LEQ(th_ack, tp->snd_una)) {
/* Only sent here for sack processing */
goto proc_sack;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 9:06 AM (10 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15625891
Default Alt Text
D48215.diff (547 B)
Attached To
Mode
D48215: TCP BBR: remove assignments without effect
Attached
Detach File
Event Timeline
Log In to Comment