mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
tcp_stacks: Fix two typos in a source code comments
- s/recieved/received/ MFC after: 3 days
This commit is contained in:
parent
c58205be7a
commit
7b0b448ba9
2 changed files with 2 additions and 2 deletions
|
|
@ -6845,7 +6845,7 @@ bbr_update_rtt(struct tcpcb *tp, struct tcp_bbr *bbr,
|
|||
* Ok its a SACK block that we retransmitted. or a windows
|
||||
* machine without timestamps. We can tell nothing from the
|
||||
* time-stamp since its not there or the time the peer last
|
||||
* recieved a segment that moved forward its cum-ack point.
|
||||
* received a segment that moved forward its cum-ack point.
|
||||
*
|
||||
* Lets look at the last retransmit and see what we can tell
|
||||
* (with BBR for space we only keep 2 note we have to keep
|
||||
|
|
|
|||
|
|
@ -9145,7 +9145,7 @@ rack_update_rtt(struct tcpcb *tp, struct tcp_rack *rack,
|
|||
* Ok its a SACK block that we retransmitted. or a windows
|
||||
* machine without timestamps. We can tell nothing from the
|
||||
* time-stamp since its not there or the time the peer last
|
||||
* recieved a segment that moved forward its cum-ack point.
|
||||
* received a segment that moved forward its cum-ack point.
|
||||
*/
|
||||
ts_not_found:
|
||||
i = rsm->r_rtr_cnt - 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue