fix: uquic sync error

...so that uquic build/test shall pass and examples shall work again.
This commit is contained in:
Gaukas Wang 2023-08-28 16:53:19 -06:00
parent 856bc02b8f
commit 9b03bc282c
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D
12 changed files with 142 additions and 63 deletions

View file

@ -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