block_remote_address


Description:

public signal bool block_remote_address (SocketAddress address)

Allows control over the connections stablished.

The given address is that of the requesting peer.

Returning false in this handler allows the connection, returning true blocks it. The default with no signal handlers connected is false.

Parameters:

address

The socket address of the remote connection