From c00f480ba080847417b4ecb41118d5079f9860c7 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Tue, 3 Dec 2019 16:25:11 +0100 Subject: quic: Add support for unidirectional streams Type: feature Change-Id: I3a642626a444504594c5e3df40dbc92df54136f0 Signed-off-by: Nathan Skrzypczak --- src/vnet/session/session_types.h | 2 ++ 1 file changed, 2 insertions(+) (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 6d7f84f4c3f..16d48431572 100644 --- a/src/vnet/session/session_types.h +++ b/src/vnet/session/session_types.h @@ -47,6 +47,7 @@ typedef struct _session_endpoint_cfg u64 parent_handle; u32 ckpair_index; u8 crypto_engine; + u8 flags; } session_endpoint_cfg_t; #define SESSION_IP46_ZERO \ @@ -152,6 +153,7 @@ typedef enum _(PROXY, "proxy") \ _(CUSTOM_TX, "custom-tx") \ _(IS_MIGRATING, "migrating") \ + _(UNIDIRECTIONAL, "unidirectional") \ typedef enum session_flags_bits_ { -- cgit 1.2.3-korg