mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove StatelessResetKey from the Config, it's now on the Transport
This commit is contained in:
parent
8189e75be6
commit
b79b532b04
7 changed files with 7 additions and 16 deletions
|
@ -207,7 +207,6 @@ func (t *Transport) init(conf *Config) error {
|
|||
return
|
||||
}
|
||||
|
||||
t.StatelessResetKey = conf.StatelessResetKey
|
||||
t.Tracer = conf.Tracer
|
||||
t.ConnectionIDLength = conf.ConnectionIDLength
|
||||
t.ConnectionIDGenerator = conf.ConnectionIDGenerator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue