summaryrefslogtreecommitdiff
path: root/include/internal/quic_fc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/quic_fc.h')
-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,