16ecf60800
The current supervisor serves the quic connection by performing all of the following in one method: 1. Dial QUIC edge connection 2. Initialize datagram muxer for UDP sessions and ICMP 3. Wrap all together in a single struct to serve the process loops In an effort to better support modularity, each of these steps were broken out into their own separate methods that the supervisor will compose together to create the TunnelConnection and run its `Serve` method. This also provides us with the capability to better interchange the functionality supported by the datagram session manager in the future with a new mechanism. Closes TUN-8661 |
||
---|---|---|
.. | ||
conn_aware_logger.go | ||
external_control.go | ||
fuse.go | ||
metrics.go | ||
pqtunnels.go | ||
supervisor.go | ||
tunnel.go | ||
tunnel_test.go | ||
tunnelsforha.go |