mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
docs: fix typo in documentation for EarlyConnection (#3798)
This commit is contained in:
parent
6b74a9a727
commit
22d6b0e626
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ type EarlyConnection interface {
|
|||
|
||||
// HandshakeComplete blocks until the handshake completes (or fails).
|
||||
// For the client, data sent before completion of the handshake is encrypted with 0-RTT keys.
|
||||
// For the serfer, data sent before completion of the handshake is encrypted with 1-RTT keys,
|
||||
// For the server, data sent before completion of the handshake is encrypted with 1-RTT keys,
|
||||
// however the client's identity is only verified once the handshake completes.
|
||||
HandshakeComplete() <-chan struct{}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue