diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-01-06 13:45:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-06 13:45:12 +0100 |
commit | 2e20f670dddd0e3bfc0baa7e272744664322171b (patch) | |
tree | 40fe4a1d9abebe4082e428780d06c843bad28114 /src/include/ndpi_typedefs.h | |
parent | e77ff5ebd8981bf72c3981aeab3899850027973f (diff) |
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
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |