You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section 3.3 states "The first stream opened is a client-initiated bidirectional control stream where the peers exchange Setup messages (Section 6.2)" but does not state what we should do about datagrams being sent before the control stream as well as before CLIENT_SETUP/SERVER_SETUP.
Should the connection be closed by protocol violation if DATAGRAM is received matching any of the following conditions:
Control bi-dir stream not yet created; session hasn't been established
CLIENT_SETUP and SERVER_SETUP not compete; session hasn't been established
CLIENT_SETUP role is 0x02SUBSCRIBER; publishing is not allowed
The text was updated successfully, but these errors were encountered:
Section 3.3 states "The first stream opened is a client-initiated bidirectional control stream where the peers exchange Setup messages (Section 6.2)" but does not state what we should do about datagrams being sent before the control stream as well as before CLIENT_SETUP/SERVER_SETUP.
Should the connection be closed by protocol violation if DATAGRAM is received matching any of the following conditions:
CLIENT_SETUP
andSERVER_SETUP
not compete; session hasn't been establishedCLIENT_SETUP
role is0x02
SUBSCRIBER; publishing is not allowedThe text was updated successfully, but these errors were encountered: