tcp: basic cubic implementation 79/14979/22
authorFlorin Coras <fcoras@cisco.com>
Tue, 25 Sep 2018 21:00:34 +0000 (14:00 -0700)
committerDamjan Marion <dmarion@me.com>
Fri, 9 Nov 2018 11:24:22 +0000 (11:24 +0000)
commit2e31cc35ca5db7f16c8052578d79f1ec84c0acb5
tree673f9bc946628d9d554c126f92d75eab4d67d0cb
parent97670eb3c643eefbecfbe2d61a8f06cde9516778
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 <fcoras@cisco.com>
src/vnet/CMakeLists.txt
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_cubic.c [new file with mode: 0644]
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_newreno.c
src/vnet/tcp/tcp_output.c