moq_transport

Module setup

Source
Expand description

Messages used for the MoQ Transport handshake.

After establishing the WebTransport session, the client creates a bidirectional QUIC stream. The client sends the Client message and the server responds with the Server message. Both sides negotate the Version and Role.

Structs§

  • Sent by the client to setup the session.
  • Sent by the server in response to a client setup.
  • A version number negotiated during the setup.
  • A list of versions in arbitrary order.

Enums§

  • Indicates the endpoint is a publisher, subscriber, or both.

Constants§