commit | 999840cf805f26a490e8e6b8acc1fe7a7c21a181 | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Wed Mar 18 20:31:34 2020 +0000 |
committer | Dave Barach <openvpp@barachs.net> | Thu Apr 02 15:10:26 2020 +0000 |
tree | a077add2979502f634450241735b1f6c11fd2283 | |
parent | a26f54421ae61b1a42c2ff69d3037c428aa238f4 [diff] [blame] |
tcp: move features to separate files Type: refactor Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Ia477b8dba9266f47907967e363c11048e5cd95ab
diff --git a/src/vnet/tcp/tcp_newreno.c b/src/vnet/tcp/tcp_newreno.c index 69dd224..c5ffc2a 100644 --- a/src/vnet/tcp/tcp_newreno.c +++ b/src/vnet/tcp/tcp_newreno.c
@@ -14,6 +14,7 @@ */ #include <vnet/tcp/tcp.h> +#include <vnet/tcp/tcp_inlines.h> typedef struct nwreno_cfg_ {