GrumpyOldTroll / draft-jholland-quic-multicast

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

Martins review - MC ANNOUNCE/ JOIN could have meta data for the current streams #112

Open MaxF12 opened 1 year ago

MaxF12 commented 1 year ago

MD: (4.4) It might be useful for MC_ANNOUNCE or JOIN to have up-to-date stream information; how many streams are open, and what is the highest index. In practice, I don't see how a server could support two channels on one connection unless channels are assigned unique stream ID ranges.

It would be useful for MC_ANNOUNCE or JOIN to contain stream information (max number of open streams, highest stream ID) so that the client could update its flow control and make a better decision about joining the channel.