diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2019-11-20 17:34:58 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-11-22 18:55:38 +0000 |
commit | 7bd1fd776fe6f6543da0c67830c26b67ff9d2dd3 (patch) | |
tree | 881e91fda8ae8afe0e9fc65868467417987e2e75 /src/plugins/quic/quic.h | |
parent | a7f81b75e60418a95988c0aac88c222f3cac38ba (diff) |
quic: Remove qctx opening pool
Type: fix
We don't need the pool anymore as we store
the ctx index in the underlying UDP session opaque
Change-Id: Iec9be9c84a1f929d94b084176a143d304b0acb83
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/quic/quic.h')
-rw-r--r-- | src/plugins/quic/quic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/quic/quic.h b/src/plugins/quic/quic.h index 004e35b7d15..35b51a502bc 100644 --- a/src/plugins/quic/quic.h +++ b/src/plugins/quic/quic.h @@ -161,7 +161,6 @@ typedef struct quic_worker_ctx_ CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); int64_t time_now; /**< worker time */ tw_timer_wheel_1t_3w_1024sl_ov_t timer_wheel; /**< worker timer wheel */ - u32 *opening_ctx_pool; } quic_worker_ctx_t; typedef struct quic_rx_packet_ctx_ |