tcp: cubic as default cc algorithm

Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I48ce827966667a767440149769eb1b24616ce4c1
This commit is contained in:
Florin Coras
2020-04-17 16:10:51 +00:00
committed by Dave Barach
parent ce21599c8a
commit e57df7c677
+1 -1
View File
@@ -1421,7 +1421,7 @@ tcp_configuration_init (void)
tcp_cfg.enable_tx_pacing = 1;
tcp_cfg.allow_tso = 0;
tcp_cfg.csum_offload = 1;
tcp_cfg.cc_algo = TCP_CC_NEWRENO;
tcp_cfg.cc_algo = TCP_CC_CUBIC;
tcp_cfg.rwnd_min_update_ack = 1;
/* Time constants defined as timer tick (100ms) multiples */