Determine if the session may create an outbound connection.
This server process will connect to another server listening on the address specified by the client. Usually this is to another port on the same host (127.0.0.1) but may be to any other system this server can reach on the server's side of the network.
@param address address the client has requested this server listenfor inbound connections on, and relay them through the client.
@param session session requesting permission to listen for connections.
@return true if the socket is permitted; false if it must be denied.