From 81a162fd42e611f2f855758513dba9e2b6cec523 Mon Sep 17 00:00:00 2001 From: Lucas Pardue Date: Wed, 30 Oct 2024 04:03:25 +0000 Subject: [PATCH] Apply suggestions from Rushil (in nanoseconds) Co-authored-by: Rushil Mehra <84047965+rushilmehra@users.noreply.github.com> --- quiche/include/quiche.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiche/include/quiche.h b/quiche/include/quiche.h index bbfc61970b..2d0a74dae2 100644 --- a/quiche/include/quiche.h +++ b/quiche/include/quiche.h @@ -660,10 +660,10 @@ typedef struct { // The estimated round-trip time of the path (in nanoseconds). uint64_t rtt; - // The minimum round-trip time observed. + // The minimum round-trip time observed (in nanoseconds). uint64_t min_rtt; - // The estimated round-trip time variation. + // The estimated round-trip time variation (in nanoseconds). uint64_t rttvar; // The size of the path's congestion window in bytes.