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

Allow multiple bt request streams on an incoming quic connection #499

Open
jagerman opened this issue Jun 4, 2024 · 0 comments
Open

Allow multiple bt request streams on an incoming quic connection #499

jagerman opened this issue Jun 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jagerman
Copy link
Member

jagerman commented Jun 4, 2024

Currently we only use the first stream on the storage server for bt requests, but it can be useful to have more than one stream: that way you could use one for quick polling, and use another for large requests (file uploads/downloads).

Not entirely clear what a good interface would be for this: e.g. we could have the first two streams be btreqstreams unconditionally, or we could have a request endpoint that you call to make the next stream become a btreqstream.

@jagerman jagerman added the bug Something isn't working label Jun 4, 2024
@jagerman jagerman assigned jagerman and unassigned jagerman Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant