mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
remove the RequireAddressValidation callback from the Config (#4253)
This commit is contained in:
parent
892851eb8c
commit
a2cf43d75c
14 changed files with 127 additions and 128 deletions
|
@ -118,7 +118,7 @@ var _ = Describe("Connection", func() {
|
|||
srcConnID,
|
||||
&protocol.DefaultConnectionIDGenerator{},
|
||||
protocol.StatelessResetToken{},
|
||||
populateServerConfig(&Config{DisablePathMTUDiscovery: true}),
|
||||
populateConfig(&Config{DisablePathMTUDiscovery: true}),
|
||||
&tls.Config{},
|
||||
tokenGenerator,
|
||||
false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue