mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
rename the STKGenerator to CookieGenerator
This commit is contained in:
parent
c78a4b2b73
commit
14fae7b6d3
7 changed files with 150 additions and 155 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue