mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 21:27:35 +03:00
parent
ce330b94b5
commit
cc2d966d84
6 changed files with 132 additions and 64 deletions
|
@ -237,7 +237,7 @@ func composeVersionNegotiation(connectionID protocol.ConnectionID) []byte {
|
|||
PacketNumber: 1,
|
||||
VersionFlag: true,
|
||||
}
|
||||
err := responsePublicHeader.Write(fullReply, protocol.Version35)
|
||||
err := responsePublicHeader.Write(fullReply, protocol.Version35, protocol.PerspectiveServer)
|
||||
if err != nil {
|
||||
utils.Errorf("error composing version negotiation packet: %s", err.Error())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue