docs(relay-v2): Document that relayed conn is upgraded with sec and mux (#522)

This commit is contained in:
Max Inden
2023-02-21 00:50:17 +01:00
committed by GitHub
parent 512eeed6b7
commit c844f72e77

View File

@@ -166,6 +166,9 @@ The relayed connection flows in the `hop` stream between the
connection initiator and the relay and in the `stop` stream between
the relay and the connection termination point.
_B_ and _A_ upgrade the relayed connection with a security protocol and a
multiplexer, just like they would e.g. upgrade a TCP connection.
### Hop Protocol
The Hop protocol governs interaction between clients and the relay;