From 5ebd5c0cb7bd3c96b1427fd5efc65c358cd99cb7 Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Fri, 30 Jan 2026 13:34:47 +0100 Subject: [PATCH] Adjusts the comment about the ROCCET paper. --- tcp_roccet.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tcp_roccet.c b/tcp_roccet.c index e3d7966..8e4620d 100644 --- a/tcp_roccet.c +++ b/tcp_roccet.c @@ -14,8 +14,9 @@ * CUBIC's window growth function and adds, based on RTT * and ACK rate, congestion events. * - * NOTE: A paper for TCP ROCCET is currently under review. - * A draft of this paper can be found here: + * A peer-reviewed paper on TCP ROCCET will be presented at the WONS 2026 conference. + * A draft of the paper is available here: + * https://arxiv.org/abs/2510.25281 * * * Further information about CUBIC: