mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
fix retry key and nonce for draft-34
This commit is contained in:
parent
2c45f2b11d
commit
bd172b2a5a
7 changed files with 37 additions and 19 deletions
|
@ -128,5 +128,5 @@ func ComposeRetryPacket(
|
|||
},
|
||||
}
|
||||
data := writePacket(hdr, nil)
|
||||
return append(data, handshake.GetRetryIntegrityTag(data, origDestConnID)[:]...)
|
||||
return append(data, handshake.GetRetryIntegrityTag(data, origDestConnID, version)[:]...)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue