tcp: delivery rate estimator 05/20105/35
authorFlorin Coras <fcoras@cisco.com>
Wed, 12 Jun 2019 22:38:19 +0000 (15:38 -0700)
committerDave Barach <openvpp@barachs.net>
Tue, 25 Jun 2019 16:02:51 +0000 (16:02 +0000)
commit52814737c351b394d28a8b0ee1544176180f45e0
tree76c8f32699624a6beb9554d4effa646c6270a791
parent6e5baf29e2e48dc62a439d148f243dbb735de786
tcp: delivery rate estimator

Type: feature

First cut implementation with limited testing. The feature is not
enabled by default and the expectation is that cc algorithms will enable
it on demand.

Change-Id: I92b70cb4dabcff0e9ccd1d725952c4880af394da
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/plugins/unittest/tcp_test.c
src/vnet/CMakeLists.txt
src/vnet/session/transport.c
src/vnet/session/transport.h
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_bt.c [new file with mode: 0644]
src/vnet/tcp/tcp_cubic.c
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_newreno.c
src/vnet/tcp/tcp_output.c