Closed
Description
@mikkelfj has raised questions about whether we might be able to maintain many connections on the same port. @ianswett has pointed out that other connection-ID-oriented protocols operate all connections on the same port to minimize the use of ephemeral ports. However, if any of those connections are to the same back end, there will be duplicate 5-tuples, and QUIC's current model doesn't support simultaneous handshakes with the same 5-tuple.
If we want to enable this, we would need to have the server's first flight continue using the client-chosen Connection ID, but contain the new Connection ID.