MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / socket_protect

Method socket_protect

javacli/OpenVPNClientThread.java:51–51  ·  view source on GitHub ↗
(int socket)

Source from the content-addressed store, hash-verified

49
50 // Called to "protect" a socket from being routed through the tunnel
51 boolean socket_protect(int socket);
52
53 // When a connection is close to timeout, the core will call this
54 // method. If it returns false, the core will disconnect with a

Callers 5

socket_protectMethod · 0.95
socket_protectMethod · 0.65
start_connect_Method · 0.65
start_connect_Method · 0.65
start_connect_Method · 0.65

Implementers 1

Clientjavacli/Client.java

Calls

no outgoing calls

Tested by

no test coverage detected