Skip to content

Commit

Permalink
Using '-'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored Jun 8, 2021
1 parent 500eb48 commit 45b16aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/quicly/loss.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ typedef struct quicly_loss_conf_t {

/**
* Holds RTT variables. We use this structure differently from the specification:
* * if the first sample has been obtained should be checked by doing: `latest != 0`
* * smoothed and variance are avaiable even before the first RTT sample is obtained.
* - if the first sample has been obtained should be checked by doing: `latest != 0`
* - smoothed and variance are avaiable even before the first RTT sample is obtained.
*/
typedef struct quicly_rtt_t {
/**
Expand Down

0 comments on commit 45b16aa

Please sign in to comment.