diff options
author | Florin Coras <fcoras@cisco.com> | 2019-10-16 11:21:41 -0700 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-10-16 22:42:54 +0000 |
commit | e24a4bc023b880cb01aeaf8ffea98f44dd66ef4a (patch) | |
tree | def4dc147d4fcfc1801a18075176f98a82af7fa4 /src/vnet/session/session.h | |
parent | 8a8b05c526883fe34b83239a3c4f56087d1df9e5 (diff) |
session: increase max ctrl msg size
Type: fix
Connect ctrl message recently outgrew the maximum ctrl msg size, so
increase the limit. Also add static asserts for messages that could
potentially exceed the limit.
Change-Id: I0d3e32e0d4d67d7e222cff14ddba59a0c3fb8b00
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/session/session.h')
-rw-r--r-- | src/vnet/session/session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vnet/session/session.h b/src/vnet/session/session.h index cb0cac7cda6..1d3ae0ca4b2 100644 --- a/src/vnet/session/session.h +++ b/src/vnet/session/session.h @@ -62,8 +62,6 @@ typedef struct session_tx_context_ session_dgram_hdr_t hdr; } session_tx_context_t; -#define SESSION_CTRL_MSG_MAX_SIZE 64 - typedef struct session_evt_elt { clib_llist_anchor_t evt_list; |