You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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.
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?
The text was updated successfully, but these errors were encountered: