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

How many CONNECT UDP requests per QUIC connection? #114

Open
huitema opened this issue Jul 14, 2024 · 7 comments
Open

How many CONNECT UDP requests per QUIC connection? #114

huitema opened this issue Jul 14, 2024 · 7 comments

Comments

@huitema
Copy link

huitema commented Jul 14, 2024

Do we request that a client establishes a new QUIC/H3 connection to the proxy for each target, or is it OK to simply create multiple proxy connections by sending multiple CONNECT-UDP requests on the same connection?

@ehaydenr
Copy link
Collaborator

It is OK to create multiple connect-udp requests on the same connection

@huitema
Copy link
Author

huitema commented Jul 15, 2024

Maybe say so somewhere in the draft?

@LPardue
Copy link
Collaborator

LPardue commented Jul 15, 2024

There's no such language for vanilla CONNECT UDP, what does this document change?

@huitema
Copy link
Author

huitema commented Jul 15, 2024

I am looking at management issues, and "how many connections can a client establish through the proxy" is indeed a problem. Resource is not infinite. What is the proxy to do when there are too many Connect UDP contexts open?

Yes, there should be something like that in Connect UDP. But there isn't.

@DavidSchinazi
Copy link
Collaborator

Why should there be something in connect-udp? The issue of limiting the number of requests per connection is general to HTTP and in no way specific to connect-udp or to this extension. Servers can use flow control stream limits to choose exactly how many requests they want to allow.

@LPardue
Copy link
Collaborator

LPardue commented Jul 15, 2024

Agreed

@tfpauly
Copy link
Collaborator

tfpauly commented Jul 18, 2024

I think the same question of limits would apply to normal CONNECT/CONNECT-TCP in general. While something might be worth saying here, I don't think it's in this document alone?

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

5 participants