Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#define TCP_YEAH_DELTA 3 //log minimum fraction of cwnd to be removed on loss
|
||||
#define TCP_YEAH_EPSILON 1 //log maximum fraction to be removed on early decongestion
|
||||
#define TCP_YEAH_PHY 8 //lin maximum delta from base
|
||||
#define TCP_YEAH_RHO 16 //lin minumum number of consecutive rtt to consider competition on loss
|
||||
#define TCP_YEAH_RHO 16 //lin minimum number of consecutive rtt to consider competition on loss
|
||||
#define TCP_YEAH_ZETA 50 //lin minimum number of state switchs to reset reno_count
|
||||
|
||||
#define TCP_SCALABLE_AI_CNT 100U
|
||||
|
Reference in New Issue
Block a user