mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
make it possible to get the PTO with and without max_ack_delay
This commit is contained in:
parent
c5b76e4f86
commit
d00828b762
5 changed files with 14 additions and 7 deletions
|
@ -99,7 +99,7 @@ func (a *updatableAEAD) rollKeys(now time.Time) {
|
|||
a.numRcvdWithCurrentKey = 0
|
||||
a.numSentWithCurrentKey = 0
|
||||
a.prevRcvAEAD = a.rcvAEAD
|
||||
a.prevRcvAEADExpiry = now.Add(3 * a.rttStats.PTO())
|
||||
a.prevRcvAEADExpiry = now.Add(3 * a.rttStats.PTO(true))
|
||||
a.rcvAEAD = a.nextRcvAEAD
|
||||
a.sendAEAD = a.nextSendAEAD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue