mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tcp_bbr(4): Fix a typo in a source code comment
- s/retranmitted/retransmitted/ MFC after: 3 days
This commit is contained in:
parent
bf31248287
commit
bcf8fb7f03
1 changed files with 1 additions and 1 deletions
|
|
@ -4687,7 +4687,7 @@ go_for_it:
|
|||
send:
|
||||
if (bbr->r_ctl.rc_tlp_seg_send_cnt > bbr_tlp_max_resend) {
|
||||
/*
|
||||
* Can't [re]/transmit a segment we have retranmitted the
|
||||
* Can't [re]/transmit a segment we have retransmitted the
|
||||
* max times. We need the retransmit timer to take over.
|
||||
*/
|
||||
restore:
|
||||
|
|
|
|||
Loading…
Reference in a new issue