summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_port.h
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-03-21 10:47:21 +0000
committerHugo Landau <hlandau@openssl.org>2024-04-19 09:31:06 +0100
commite46533f924b203cda4afb7258b0d4a263166a5fb (patch)
tree51139fd922567cda84938cc0c34e1948a544faad /include/internal/quic_port.h
parentc4d3a0cca2a9704425d0280d28b51826fd97e125 (diff)
Minor fixes
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23334)
Diffstat (limited to 'include/internal/quic_port.h')
-rw-r--r--include/internal/quic_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/quic_port.h b/include/internal/quic_port.h
index 1f8997a159..9c74390ab2 100644
--- a/include/internal/quic_port.h
+++ b/include/internal/quic_port.h
@@ -138,7 +138,7 @@ void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *r,
/* Returns the number of queued incoming channels. */
size_t ossl_quic_port_get_num_incoming_channels(const QUIC_PORT *port);
-/* Returns 1 if incoming connections should currently be allowed. */
+/* Sets if incoming connections should currently be allowed. */
void ossl_quic_port_set_allow_incoming(QUIC_PORT *port, int allow_incoming);
/* Returns 1 if we are using addressed mode on the read side. */