summaryrefslogtreecommitdiff
path: root/include/internal/quic_types.h
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-09-26 17:06:59 +0100
committerHugo Landau <hlandau@openssl.org>2022-11-24 08:15:20 +0000
commita73078b79fc6f229b95312dcb20e4f61120a108c (patch)
tree9a66c1046605081c484444eb7eeb5527c934bbe6 /include/internal/quic_types.h
parentf5060f9b31654d7ca3b015d2b803e17dda760190 (diff)
downloadopenssl-new-a73078b79fc6f229b95312dcb20e4f61120a108c.tar.gz
QUIC TX Packetiser and Streams Mapper
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19346)
Diffstat (limited to 'include/internal/quic_types.h')
-rw-r--r--include/internal/quic_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/internal/quic_types.h b/include/internal/quic_types.h
index 22de5f2d42..f288853a94 100644
--- a/include/internal/quic_types.h
+++ b/include/internal/quic_types.h
@@ -79,4 +79,6 @@ static ossl_unused ossl_inline int ossl_quic_conn_id_eq(const QUIC_CONN_ID *a,
return memcmp(a->id, b->id, a->id_len) == 0;
}
+#define QUIC_MIN_INITIAL_DGRAM_LEN 1200
+
#endif