summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-07-18 16:12:44 +0100
committerMatt Caswell <matt@openssl.org>2023-07-31 14:03:25 +0100
commit3415677eec8e0b474973115ad871430f11ced3fd (patch)
tree1866e9183fbea5f0575b97c89bf8992c653fa89b /include
parent03b3859501b69d48c8710b6a0754842c7166a7c1 (diff)
QUIC APL: Add internal call to allow changing send buffer size
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21484)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_ssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h
index 37a29419c8..6bddc8a678 100644
--- a/include/internal/quic_ssl.h
+++ b/include/internal/quic_ssl.h
@@ -99,6 +99,9 @@ uint64_t ossl_quic_set_options(SSL *s, uint64_t opts);
uint64_t ossl_quic_clear_options(SSL *s, uint64_t opts);
uint64_t ossl_quic_get_options(const SSL *s);
+/* Modifies write buffer size for a stream. */
+__owur int ossl_quic_set_write_buffer_size(SSL *s, size_t size);
+
/*
* Used to override ossl_time_now() for debug purposes. While this may be
* overridden at any time, expect strange results if you change it after