Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
func
(v *VirtualConn) Close() error {
80
v.s.RequestClose()
81
return
nil
82
}
83
84
func
(v *VirtualConn) LocalAddr() net.Addr {
85
return
&net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 0}
Callers
15
openSession
Method · 0.80
gcIdleSessions
Method · 0.80
invokeExitTunnel
Function · 0.80
startSilentServer
Function · 0.80
startMarkerServer
Function · 0.80
invokeAsClient
Function · 0.80
TestListen_IPv4AddrBindsAF_INET
Function · 0.80
DecodeBatch
Function · 0.80
TestZstdLegacyFlateStillDecodes
Function · 0.80
Diagnose
Method · 0.80
fetchScriptStats
Method · 0.80
probeFrontedClients
Function · 0.80
Calls
1
RequestClose
Method · 0.80
Tested by
15
invokeExitTunnel
Function · 0.64
startSilentServer
Function · 0.64
startMarkerServer
Function · 0.64
invokeAsClient
Function · 0.64
TestListen_IPv4AddrBindsAF_INET
Function · 0.64
TestZstdLegacyFlateStillDecodes
Function · 0.64
TestCarrier_RoundTripEcho
Function · 0.64
TestCarrier_UnknownSessionFramesDropped
Function · 0.64
TestCarrier_PollOnceDropsNonBatchPayload
Function · 0.64
TestCarrier_FailsOverToHealthyScriptURLWithoutTxLoss
Function · 0.64
TestCarrier_PureDownloadIdleCap
Function · 0.64
TestCarrier_IdleSlotsPerBucket
Function · 0.64