rename the STKGenerator to CookieGenerator

This commit is contained in:
Marten Seemann 2017-09-11 18:10:58 +02:00
parent c78a4b2b73
commit 14fae7b6d3
7 changed files with 150 additions and 155 deletions

View file

@ -17,7 +17,7 @@ type StreamID = protocol.StreamID
type VersionNumber = protocol.VersionNumber
// An STK can be used to verify the ownership of the client address.
type STK = handshake.STK
type STK = handshake.Cookie
// Stream is the interface implemented by QUIC streams
type Stream interface {