Skip to content

Commit

Permalink
Apply suggestions from Rushil (in nanoseconds)
Browse files Browse the repository at this point in the history
Co-authored-by: Rushil Mehra <[email protected]>
  • Loading branch information
LPardue and rushilmehra authored Oct 30, 2024
1 parent 6d669b3 commit 81a162f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quiche/include/quiche.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 81a162f

Please sign in to comment.