summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-03-01 17:28:17 +0000
committerMatt Caswell <matt@openssl.org>2023-05-01 11:03:54 +0100
commitf68fd1cebcc8dfbd57e3c1c7afd2bf1a5b26cbe9 (patch)
tree80df5ba5e721af52771f880f1a0861420c7149f5 /include
parent90699176b07469e0b6b688ed88bc3f1deb5ccc26 (diff)
downloadopenssl-new-f68fd1cebcc8dfbd57e3c1c7afd2bf1a5b26cbe9.tar.gz
QUIC: NewReno congestion controller
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/quic_cc.h b/include/internal/quic_cc.h
index 2ddc86c746..4062532727 100644
--- a/include/internal/quic_cc.h
+++ b/include/internal/quic_cc.h
@@ -192,6 +192,7 @@ typedef struct ossl_cc_method_st {
} OSSL_CC_METHOD;
extern const OSSL_CC_METHOD ossl_cc_dummy_method;
+extern const OSSL_CC_METHOD ossl_cc_newreno_method;
# endif