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

Use QUIC stream priorities in GameConnectionConduit (.NET 9+) #43

Open
alexrp opened this issue Aug 13, 2023 · 1 comment
Open

Use QUIC stream priorities in GameConnectionConduit (.NET 9+) #43

alexrp opened this issue Aug 13, 2023 · 1 comment
Labels
area: core Issues related to shared client/server game code. area: protocol Issues related to the network protocol. state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Aug 13, 2023

// TODO: https://github.com/dotnet/runtime/issues/90281

Right now, the LowPriority/NormalPriority/HighPriority split for conduits only has the effect of letting packets get received/sent in each concurrently. We need the .NET QUIC APIs to get support for stream priorities so that the underlying QUIC implementation will also prioritize sends.

@alexrp alexrp added state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests. area: core Issues related to shared client/server game code. labels Aug 13, 2023
@alexrp alexrp added this to the v1.0 milestone Aug 13, 2023
@alexrp alexrp self-assigned this Aug 13, 2023
@alexrp alexrp modified the milestones: v1.0, v2.0 Aug 13, 2023
@alexrp alexrp added the area: protocol Issues related to the network protocol. label Aug 20, 2023
@alexrp alexrp modified the milestones: v2.0, Future Jan 1, 2024
@alexrp
Copy link
Sponsor Member Author

alexrp commented Jan 13, 2024

dotnet/runtime#90281

@alexrp alexrp removed their assignment Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues related to shared client/server game code. area: protocol Issues related to the network protocol. state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests.
Projects
None yet
Development

No branches or pull requests

1 participant