implement the TLS Cookie extension

This commit is contained in:
Marten Seemann
2017-09-21 13:15:36 +07:00
parent 085702df36
commit df13a0a970
7 changed files with 124 additions and 5 deletions

View File

@@ -214,9 +214,11 @@ func (s *session) setup(
s.cryptoStream,
s.connectionID,
tlsConf,
s.conn.RemoteAddr(),
transportParams,
paramsChan,
aeadChanged,
verifySourceAddr,
s.config.Versions,
s.version,
)