Skip to content

Variable packet dependency chains #3496

Answered by nibanks
supahero1 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm using MsQuic with WebTransport

I'm curious if you built this yourself or are getting it from somewhere. I've had others ask for WebTransport and I'd like to be able to help them too.

separate absolutely crucial data, like information about entities being created or deleted, from data that the client doesn't need to receive instantly

This sounds like you want priorities. MsQuic has priorities (not well tested tbh, but should work) at the stream level (QUIC_PARAM_STREAM_PRIORITY). So if your data is on separate streams you can set a higher priority for your crucial data.

I'm yet to figure out if there's any native support from QUIC or MsQuic for that scenario, or what API enables t…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@supahero1
Comment options

@nibanks
Comment options

@supahero1
Comment options

@nibanks
Comment options

Answer selected by supahero1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants