mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix: uquic sync error
...so that uquic build/test shall pass and examples shall work again.
This commit is contained in:
parent
856bc02b8f
commit
9b03bc282c
12 changed files with 142 additions and 63 deletions
|
@ -82,7 +82,7 @@ var newUClientConnection = func(
|
|||
}
|
||||
|
||||
s.mtuDiscoverer = newMTUDiscoverer(s.rttStats, getMaxPacketSize(s.conn.RemoteAddr()), s.sentPacketHandler.SetMaxDatagramSize)
|
||||
oneRTTStream := newCryptoStream()
|
||||
oneRTTStream := newCryptoStream(true)
|
||||
|
||||
var params *wire.TransportParameters
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue