MCPcopy Create free account
hub / github.com/Hidden-Node/GooseRelayVPN-AndroidClient / Close

Method Close

internal/socks/conn.go:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (v *VirtualConn) Close() error {
80 v.s.RequestClose()
81 return nil
82}
83
84func (v *VirtualConn) LocalAddr() net.Addr {
85 return &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 0}

Callers 15

openSessionMethod · 0.80
gcIdleSessionsMethod · 0.80
invokeExitTunnelFunction · 0.80
startSilentServerFunction · 0.80
startMarkerServerFunction · 0.80
invokeAsClientFunction · 0.80
DecodeBatchFunction · 0.80
DiagnoseMethod · 0.80
fetchScriptStatsMethod · 0.80
probeFrontedClientsFunction · 0.80

Calls 1

RequestCloseMethod · 0.80