TUN-6853: Reuse source port when connecting to the edge for quic connections

This commit is contained in:
João Oliveirinha
2022-10-12 17:01:25 +01:00
parent 872cb003a4
commit b01006fe46
3 changed files with 94 additions and 1 deletions

View File

@@ -657,6 +657,7 @@ func (e *EdgeTunnelServer) serveQUIC(
quicConn, err := connection.NewQUICConnection(
quicConfig,
edgeAddr,
connIndex,
tlsConfig,
e.orchestrator,
connOptions,