MCPcopy Index your code
hub / github.com/coder/coder / UseOSNetworkingStack

Function UseOSNetworkingStack

vpn/tunnel.go:182–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182func UseOSNetworkingStack() TunnelOption {
183 return func(t *Tunnel) {
184 t.networkingStackFn = GetNetworkingStack
185 }
186}
187
188func UseAsLogger() TunnelOption {
189 return func(t *Tunnel) {

Callers 2

vpnDaemonRunMethod · 0.92
vpnDaemonRunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected