tcp: move features to separate files 98/25998/16
authorFlorin Coras <fcoras@cisco.com>
Wed, 18 Mar 2020 20:31:34 +0000 (20:31 +0000)
committerDave Barach <openvpp@barachs.net>
Thu, 2 Apr 2020 15:10:26 +0000 (15:10 +0000)
commit999840cf805f26a490e8e6b8acc1fe7a7c21a181
treea077add2979502f634450241735b1f6c11fd2283
parenta26f54421ae61b1a42c2ff69d3037c428aa238f4
tcp: move features to separate files

Type: refactor

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ia477b8dba9266f47907967e363c11048e5cd95ab
18 files changed:
src/plugins/unittest/tcp_test.c
src/vnet/CMakeLists.txt
src/vnet/tcp/tcp.c
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_api.c
src/vnet/tcp/tcp_bt.c
src/vnet/tcp/tcp_bt.h [new file with mode: 0644]
src/vnet/tcp/tcp_cc.h [new file with mode: 0644]
src/vnet/tcp/tcp_cli.c [new file with mode: 0644]
src/vnet/tcp/tcp_cubic.c
src/vnet/tcp/tcp_inlines.h [new file with mode: 0644]
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_newreno.c
src/vnet/tcp/tcp_output.c
src/vnet/tcp/tcp_packet.h
src/vnet/tcp/tcp_sack.c [new file with mode: 0644]
src/vnet/tcp/tcp_sack.h [new file with mode: 0644]
src/vnet/tcp/tcp_types.h [new file with mode: 0644]