Skip to content

Connection flow

Nikita Baksalyar edited this page Apr 25, 2019 · 1 revision

We use only unidirectional QUIC streams for communication.

Connection flow differs for clients and nodes. For clients, we have only one unidirectional stream open and we don't need a reverse connection. In the case of nodes, we expect both peers to be connected to each other and both having unidirectional streams open.

Clone this wiki locally