Skip to main content

Module session

Module session 

Source
Expand description

Session state, setup validation, and request ID allocation. MoQT session lifecycle management.

Handles the session-level concerns of the MoQT protocol: version negotiation during setup, session state machine transitions, and request ID allocation with parity enforcement.

§Modules

  • state — Session state machine (Connecting -> Active -> Closed)
  • setup — CLIENT_SETUP / SERVER_SETUP validation and version negotiation
  • request_id — Request ID allocator with client/server parity rules

Modules§

request_id
Request ID allocation with client/server parity enforcement.
setup
CLIENT_SETUP / SERVER_SETUP validation and version negotiation.
state
Session state machine (Connecting -> Active -> Closed).