From 2e20f670dddd0e3bfc0baa7e272744664322171b Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:45:12 +0100 Subject: QUIC: extract "max idle timeout" parameter (#2649) Even if it is only the proposed value by the client (and not the negotiated one), it might be use as hint for timeout by the (external) flows manager --- src/include/ndpi_typedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/ndpi_typedefs.h') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 4d0e6740b..9800f26e4 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1441,6 +1441,7 @@ struct ndpi_flow_struct { ndpi_cipher_weakness server_unsafe_cipher; u_int32_t quic_version; + u_int32_t quic_idle_timeout_sec; } tls_quic; /* Used also by DTLS and POPS/IMAPS/SMTPS/FTPS */ struct { -- cgit v1.2.3