session: use transport endpoint cfg for listen

Makes it similar to connects.

Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I38c328670054e1a9ba4dc4ea8fe7519a5a09e8be
This commit is contained in:
Florin Coras
2022-02-10 11:57:06 -08:00
committed by Florin Coras
parent efeea5b111
commit 0bce71eee3
10 changed files with 14 additions and 13 deletions

View File

@ -1441,7 +1441,8 @@ quic_proto_on_close (u32 ctx_index, u32 thread_index)
}
static u32
quic_start_listen (u32 quic_listen_session_index, transport_endpoint_t * tep)
quic_start_listen (u32 quic_listen_session_index,
transport_endpoint_cfg_t *tep)
{
vnet_listen_args_t _bargs, *args = &_bargs;
transport_endpt_crypto_cfg_t *ccfg;