ietf-wg-masque / draft-ietf-masque-quic-proxy

Other
12 stars 7 forks source link

How many CONNECT UDP requests per QUIC connection? #114

Open huitema opened 1 month ago

huitema commented 1 month ago

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 commented 1 month ago

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

huitema commented 1 month ago

Maybe say so somewhere in the draft?

LPardue commented 1 month ago

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

huitema commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Agreed

tfpauly commented 1 month ago

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?