summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-04-18 19:37:49 +0100
committerHugo Landau <hlandau@openssl.org>2023-05-12 14:47:13 +0100
commit571aff4bfaf0407cadba2e304b60c0364684cee5 (patch)
treed3e6b509c04a1465f9836a9ea43ae22e89a3c6ee /include
parented835673ae5d99cac39d0bef6677597a68d1e248 (diff)
downloadopenssl-new-571aff4bfaf0407cadba2e304b60c0364684cee5.tar.gz
Minor fixups
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_fc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/internal/quic_fc.h b/include/internal/quic_fc.h
index 78398c7242..4e07c57395 100644
--- a/include/internal/quic_fc.h
+++ b/include/internal/quic_fc.h
@@ -147,9 +147,6 @@ struct quic_rxfc_st {
* and absolute maximum window sizes, respectively. Window size values are
* expressed in bytes and determine how much credit the RXFC extends to the peer
* to transmit more data at a time.
- *
- * If stream_count_mode is 1, this RXFC is for use tracking maximum stream count
- * enforcement. In this case conn_rxfc must be NULL.
*/
int ossl_quic_rxfc_init(QUIC_RXFC *rxfc, QUIC_RXFC *conn_rxfc,
uint64_t initial_window_size,