Skip to content

Commit

Permalink
packet loss - add new class for uint64_t (nonce)
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 8, 2023
1 parent 90195fd commit 393a17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HelperSources/NonceSeqNrHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class NonceSeqNrHelper{
m_n_received_packets++;
}
recalculate_loss_if_needed();
m_last_seq_nr=seq_nr;
}
void reset(){
m_last_seq_nr=UINT64_MAX;
Expand Down

0 comments on commit 393a17a

Please sign in to comment.