quic: free qctx after udp cleanup 67/23267/3
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Tue, 5 Nov 2019 13:47:48 +0000 (14:47 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 6 Nov 2019 14:08:32 +0000 (14:08 +0000)
commit7f39e91fe51761aa3dda6cb33ab3bbaa3296d28d
treeb37c05bca4e1a7233f6fabe7d1a4f45d3e429859
parent2089c69efbc4ae5c64cab8a5418187b21478987a
quic: free qctx after udp cleanup

Type: fix

As udp_session.opaque is qctx index, qctx free
needs to happen after session cleanup. This patch
also introduces
* assert timer stop on ctx free
* debug cli for listing quic ctx

Change-Id: I3a58d226b094a0bbdf090b4f3eccbc2e11c6329b
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/plugins/quic/quic.c