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: