mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add Allow0RTT opt in the quic.Config to control 0-RTT on the server side (#3635)
This commit is contained in:
parent
421893b1c4
commit
b52d34008f
12 changed files with 98 additions and 51 deletions
|
@ -101,7 +101,6 @@ var _ = Describe("Connection", func() {
|
|||
nil, // tls.Config
|
||||
tokenGenerator,
|
||||
false,
|
||||
false,
|
||||
tracer,
|
||||
1234,
|
||||
utils.DefaultLogger,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue