Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/XTLS/Xray-core
/ Start
Method
Start
proxy/tun/stack.go:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
// Stack interface implement ip protocol stack, bridging raw network packets and data streams
8
type
Stack
interface
{
9
Start() error
10
Close() error
11
}
12
Callers
1
Init
Method · 0.95
Implementers
15
TestDispatcher
transport/internet/udp/dispatcher_test
Instance
core/xray.go
LinuxTun
proxy/tun/tun_linux.go
DarwinTun
proxy/tun/tun_darwin.go
stackGVisor
proxy/tun/stack_gvisor.go
WindowsTun
proxy/tun/tun_windows.go
AndroidTun
proxy/tun/tun_android.go
DefaultTun
proxy/tun/tun_default.go
Reverse
proxy/vless/inbound/inbound.go
Reverse
proxy/vless/outbound/outbound.go
DefaultManager
features/policy/default.go
Client
features/dns/localdns/client.go
Calls
no outgoing calls
Tested by
no test coverage detected