fix typo: remove extra 'the' in rack.c comment
Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com> Reviewed-by: ngie Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174
This commit is contained in:
committed by
Enji Cooper
parent
0e235f7736
commit
a8cb5cb400
@@ -17178,7 +17178,7 @@ pace_to_fill_cwnd(struct tcp_rack *rack, int32_t pacing_delay, uint32_t len, uin
|
||||
return (pacing_delay);
|
||||
/*
|
||||
* first lets calculate the b/w based on the last us-rtt
|
||||
* and the the smallest send window.
|
||||
* and the smallest send window.
|
||||
*/
|
||||
fill_bw = min(rack->rc_tp->snd_cwnd, rack->r_ctl.cwnd_to_use);
|
||||
if (rack->rc_fillcw_apply_discount) {
|
||||
|
||||
Reference in New Issue
Block a user