GrumpyOldTroll / draft-jholland-quic-multicast

Work in progress to propose a multicast extension to quic.
Other
6 stars 6 forks source link

Channel IDs should be carried in frames like Connection IDs #21

Closed GrumpyOldTroll closed 2 years ago

GrumpyOldTroll commented 2 years ago

Connection ID with a required length, e.g. https://www.rfc-editor.org/rfc/rfc9000#name-new_connection_id-frames:

NEW_CONNECTION_ID Frame {
...
  Connection ID (8..160),
...
}

Instead of (i):

MC_CHANNEL_INTEGRITY Frame {
...
  Channel ID (i),
...
}