From ef2b3357b4b2a682ef81ffa2c71cec14f83101d6 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 7 Aug 2019 11:14:56 -0700 Subject: tls: fix close with data Type:fix Also changes the way the ctx is freed. TLS now waits for tcp delete notification before freeing the ctx. Change-Id: I2f606a9ce7b3755ae9d11d6fe714fe11b65dcb98 Signed-off-by: Florin Coras --- src/vnet/tls/tls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/tls/tls.h') diff --git a/src/vnet/tls/tls.h b/src/vnet/tls/tls.h index 51b92a5debf..eaba3c085b6 100644 --- a/src/vnet/tls/tls.h +++ b/src/vnet/tls/tls.h @@ -76,6 +76,8 @@ typedef struct tls_ctx_ u8 is_passive_close; u8 resume; + u8 app_closed; + u8 no_app_session; u8 *srv_hostname; } tls_ctx_t; -- cgit 1.2.3-korg