From 2e31cc35ca5db7f16c8052578d79f1ec84c0acb5 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 25 Sep 2018 14:00:34 -0700 Subject: tcp: basic cubic implementation Because the code is not optimized, newreno is still the default congestion control algorithm. Change-Id: I7061cc80c5a75fa8e8265901fae4ea2888e35173 Signed-off-by: Florin Coras --- src/vnet/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/CMakeLists.txt') diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 708e56d6370..d7aa4a5a951 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -537,6 +537,7 @@ list(APPEND VNET_SOURCES tcp/tcp_output.c tcp/tcp_input.c tcp/tcp_newreno.c + tcp/tcp_cubic.c tcp/tcp.c ) -- cgit 1.2.3-korg