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

This commit is contained in:
João Oliveirinha
2022-10-13 11:50:44 +01:00
parent 872cb003a4
commit b01006fe46
3 changed files with 94 additions and 1 deletions
+1
View File
@@ -657,6 +657,7 @@ func (e *EdgeTunnelServer) serveQUIC(
quicConn, err := connection.NewQUICConnection(
quicConfig,
edgeAddr,
connIndex,
tlsConfig,
e.orchestrator,
connOptions,