tcp rack: improve BBR_LOG_CWND event

Fix a typo, which resulted in missing r_ctl.gate_to_fs in the BBLog
event.

Reported by:		Coverity Scan
CID:			1540024
Reviewed by:		rrs, rscheff
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D44648
This commit is contained in:
Michael Tuexen
2024-04-18 21:57:44 +02:00
parent c9cd686bd4
commit 1941914d3b
+1 -1
View File
@@ -17026,7 +17026,7 @@ rack_new_round_setup(struct tcpcb *tp, struct tcp_rack *rack, uint32_t high_seq)
log.u_bbr.flex1 = rack->r_ctl.current_round;
log.u_bbr.flex2 = rack->r_ctl.last_rnd_of_gp_rise;
log.u_bbr.flex3 = rack->r_ctl.gp_rnd_thresh;
log.u_bbr.flex5 = rack->r_ctl.gate_to_fs;
log.u_bbr.flex4 = rack->r_ctl.gate_to_fs;
log.u_bbr.flex5 = rack->r_ctl.ss_hi_fs;
log.u_bbr.flex8 = 40;
(void)tcp_log_event(tp, NULL, NULL, NULL, BBR_LOG_CWND, 0,