summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-03-02 15:35:10 +0000
committerMatt Caswell <matt@openssl.org>2023-05-01 11:03:54 +0100
commitab11c165f6d9ba1b98c85d4c9d1a906de0fcd13c (patch)
treec527305ced9cf6c2341c0f31916648fe2e29f877 /include
parentf68fd1cebcc8dfbd57e3c1c7afd2bf1a5b26cbe9 (diff)
QUIC Congestion Control: Tests
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20423)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_cc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/quic_cc.h b/include/internal/quic_cc.h
index 4062532727..af68e6dd08 100644
--- a/include/internal/quic_cc.h
+++ b/include/internal/quic_cc.h
@@ -52,6 +52,9 @@ typedef struct ossl_cc_ecn_info_st {
/* Diagnostic (read-only): current net bytes in flight. */
#define OSSL_CC_OPTION_CUR_BYTES_IN_FLIGHT 4
+/* Diagnostic (read-only): method-specific state value. */
+#define OSSL_CC_OPTION_CUR_STATE 5
+
/*
* Congestion control abstract interface.
*