forked from quic-go/quic-go
add Allow0RTT opt in the quic.Config to control 0-RTT on the server side (#3635)
This commit is contained in:
@@ -105,7 +105,7 @@ func main() {
|
||||
&wire.TransportParameters{},
|
||||
runner,
|
||||
config,
|
||||
false,
|
||||
nil,
|
||||
utils.NewRTTStats(),
|
||||
nil,
|
||||
utils.DefaultLogger.WithPrefix("server"),
|
||||
|
||||
Reference in New Issue
Block a user