Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for DATAGRAM to multiplexing view #15

Open
LPardue opened this issue May 25, 2020 · 1 comment
Open

add support for DATAGRAM to multiplexing view #15

LPardue opened this issue May 25, 2020 · 1 comment

Comments

@LPardue
Copy link

LPardue commented May 25, 2020

it would be nice to be able to visualize how implementations make scheduling decisions between DATAGRAM and STREAM frames. This could be as simple as showing the sent DATAGRAM frame as a unique colour in amongst the STREAM frames.

@rmarx
Copy link
Member

rmarx commented Nov 19, 2020

Talking about this more, it would be interesting to go one step further.

An HTTP/3 level extension to DATAGRAMs defines a flow-id to make it possible to group datagrams. This is very similar to a stream-id, but for datagrams. As such, it would be nice to have flows separated in the multiplexing diagram as well, as if they were streams.

This depends on how both DATAGRAM frames are reflected in qlog though, and where to look for the flow-id, as discussed in quicwg/qlog#124.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants