Re: UDP source ports for HTTP/3 and QUIC

On Thu, Jul 15, 2021 at 10:56:28AM +0200, Mikkel Fahnøe Jørgensen wrote:
> It is perhaps worth noting that due to QUIC (optionally) having unique
> connection identifiers, it is feasible to have many connections on the same
> source port. Therefore that could be a recommendation in cases where some
> source ports might be blocked.

I think that this is an excellent idea! The simple fact that this is
being discussed precisely is because the source port serves no purpose
here other than being compatible with UDP. So basically we could have
a recommendation that each application preferably uses a single socket
and source port for outgoing communication. This will also lower the
stress on source port allocation (and recycling) as well as the need
for file descriptors.

Willy

Received on Thursday, 15 July 2021 09:30:05 UTC