mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
encode the original connection ID into the cookie
This commit is contained in:
parent
8c103be876
commit
73ca6a06eb
6 changed files with 73 additions and 29 deletions
|
@ -17,7 +17,10 @@ type StreamID = protocol.StreamID
|
|||
type VersionNumber = protocol.VersionNumber
|
||||
|
||||
// A Cookie can be used to verify the ownership of the client address.
|
||||
type Cookie = handshake.Cookie
|
||||
type Cookie struct {
|
||||
RemoteAddr string
|
||||
SentTime time.Time
|
||||
}
|
||||
|
||||
// ConnectionState records basic details about the QUIC connection.
|
||||
type ConnectionState = handshake.ConnectionState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue