summaryrefslogtreecommitdiffstats
path: root/ssl/quic/cc_newreno.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/cc_newreno.c')
-rw-r--r--ssl/quic/cc_newreno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/cc_newreno.c b/ssl/quic/cc_newreno.c
index de4c10c6a2..1fe37c276e 100644
--- a/ssl/quic/cc_newreno.c
+++ b/ssl/quic/cc_newreno.c
@@ -36,7 +36,7 @@ typedef struct ossl_cc_newreno_st {
#define MIN_MAX_INIT_WND_SIZE 14720 /* RFC 9002 s. 7.2 */
-/* TODO(QUIC): Pacing support. */
+/* TODO(QUIC FUTURE): Pacing support. */
static void newreno_set_max_dgram_size(OSSL_CC_NEWRENO *nr,
size_t max_dgram_size);