This commit is contained in:
parent
cf3cccd3ca
commit
04760fd88d
15 changed files with 136 additions and 20 deletions
|
|
@ -78,6 +78,8 @@ while let Some(conn) = host.accept().await? {
|
|||
|
||||
`accept()` returns the shared connection shape in [MTP Connections](CONNECTIONS.md)
|
||||
after version negotiation and authentication, when enabled. The host-specific `codec` is scoped to the negotiated version, and `client_public_key` is set for authenticated clients.
|
||||
The connection's `remote_addr` is the peer `SocketAddr` observed by QUIC. It is
|
||||
network metadata, not an authenticated client identity.
|
||||
|
||||
## Version Negotiation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue