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

Datagrams Priorities #314

Open
HaseebLUMS opened this issue Sep 23, 2023 · 2 comments
Open

Datagrams Priorities #314

HaseebLUMS opened this issue Sep 23, 2023 · 2 comments

Comments

@HaseebLUMS
Copy link

I don't seem to find any API for assigning priorities to Datagrams (relative to other datagrams and streams). Is this feature (mentioned in RFC 9221) not implemented?

@afrind
Copy link
Contributor

afrind commented Sep 25, 2023

There isn't currently an API for setting datagram priorities. One of the reasons is that the RFC is somewhat vague about what the priority scheme should be for datagrams, and the amount of state required internally to prioritize on a per-datagram basis.

Did you have a prioritization scheme in mind? Do you want to prioritize all datagrams relative to streams, or datagrams with respect to each other, or both?

@HaseebLUMS
Copy link
Author

Right now my use-case requires prioritizing a stream over all the datagrams. However, I think in the future I might also need to prioritize groups of datagrams relative to each other.

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