Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ Dial
Method
Dial
socks/dialer.go:11–11 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
9
// Dialer is used to provided the transport of the proxy
10
type
Dialer
interface
{
11
Dial(string) (io.ReadWriteCloser, *AddrSpec, error)
12
}
13
14
// NetDialer is a standard TCP dialer
Callers
11
DialQuic
Function · 0.65
DialUDP
Method · 0.65
TestSocksStreamWSOverTCPConnection
Function · 0.65
Dial
Method · 0.65
handleConnect
Method · 0.65
roundtrip
Method · 0.65
createSecureMockServerAndClient
Function · 0.65
TestStartServer
Function · 0.65
clientConnect
Function · 0.65
WSPipe
Function · 0.65
Run
Function · 0.65
Implementers
2
NetDialer
socks/dialer.go
ConnDialer
socks/dialer.go
Calls
no outgoing calls
Tested by
4
TestSocksStreamWSOverTCPConnection
Function · 0.52
roundtrip
Method · 0.52
createSecureMockServerAndClient
Function · 0.52
TestStartServer
Function · 0.52