(int socket)
| 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 |
no outgoing calls
no test coverage detected