tcp_rack: Correct some typos in source code comments

- s/occured/occurred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 12:58:13 +02:00
parent 893f36b7f1
commit c3679af313

View File

@ -29,7 +29,7 @@
#define _NETINET_TCP_RACK_H_
#define RACK_ACKED 0x000001/* The remote endpoint acked this */
#define RACK_TO_REXT 0x000002/* A timeout occured on this sendmap entry */
#define RACK_TO_REXT 0x000002/* A timeout occurred on this sendmap entry */
#define RACK_DEFERRED 0x000004/* We can't use this for RTT calc - not used */
#define RACK_OVERMAX 0x000008/* We have more retran's then we can fit */
#define RACK_SACK_PASSED 0x000010/* A sack was done above this block */
@ -490,7 +490,7 @@ struct rack_control {
uint32_t retran_during_recovery;
uint32_t rc_gp_lowrtt; /* Lowest rtt seen during GPUT measurement */
uint32_t rc_gp_high_rwnd; /* Highest rwnd seen during GPUT measurement */
uint32_t rc_snd_max_at_rto; /* For non-sack when the RTO occured what was snd-max */
uint32_t rc_snd_max_at_rto; /* For non-sack when the RTO occurred what was snd-max */
uint32_t rc_out_at_rto;
int32_t rc_scw_index;
uint32_t rc_tlp_threshold; /* Socket option value Lock(a) */