aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet.am
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2017-03-07 10:06:24 -0800
committerDave Barach <dave@barachs.net>2017-03-13 13:24:39 -0400
commite69f4954a9de40a47f0bc27cdab0ba44e6985dac (patch)
treeb9191f75a4a0eded948efc55ffd2f9dac0360182 /src/vnet.am
parentdfde53ae553f9d4c54882fb55a832cb0614834ea (diff)
VPP-659 Improve tcp/session debugging and testing
- event-logging support for tcp and session layer - improvements to uri test code - builtin_server on port 1234 - use the CLOSEWAIT timer when we rx FIN in FIN_WAIT_2 state Change-Id: Ibc445f164b2086b20323bf89c77cffd3059f570f Signed-off-by: Florin Coras <fcoras@cisco.com> Signed-off-by: Dave Barach <dbarach@cisco.com> Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet.am')
-rw-r--r--src/vnet.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet.am b/src/vnet.am
index bc9655cc..223d5d93 100644
--- a/src/vnet.am
+++ b/src/vnet.am
@@ -469,6 +469,7 @@ libvnet_la_SOURCES += \
nobase_include_HEADERS += \
vnet/tcp/tcp_packet.h \
vnet/tcp/tcp_timer.h \
+ vnet/tcp/tcp_debug.h \
vnet/tcp/tcp.h
########################################
@@ -837,6 +838,7 @@ nobase_include_HEADERS += \
vnet/session/application.h \
vnet/session/transport.h \
vnet/session/application_interface.h \
+ vnet/session/session_debug.h \
vnet/session/session.api.h
API_FILES += vnet/session/session.api