From 374df7a29407b706a5fb4fe6a6f1a7b84ec4a60e Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 13 May 2021 11:37:43 -0700 Subject: session: switch ct to vc and track half-opens Type: improvement Signed-off-by: Florin Coras Change-Id: I7f9c4b9b6e523ab549087ad21724f34f08fca793 --- src/vnet/session/session_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vnet/session/session_types.h') diff --git a/src/vnet/session/session_types.h b/src/vnet/session/session_types.h index 821aac9394d..246978e0ac3 100644 --- a/src/vnet/session/session_types.h +++ b/src/vnet/session/session_types.h @@ -485,7 +485,8 @@ STATIC_ASSERT (sizeof (session_dgram_hdr_t) == (SESSION_CONN_ID_LEN + 8), _ (EVENTFD_ALLOC, "failed to alloc eventfd") \ _ (NOEXTCFG, "no extended transport config") \ _ (NOCRYPTOENG, "no crypto engine") \ - _ (NOCRYPTOCKP, "cert key pair not found ") + _ (NOCRYPTOCKP, "cert key pair not found ") \ + _ (LOCAL_CONNECT, "could not connect with local scope") typedef enum session_error_p_ { -- cgit 1.2.3-korg