random_client_ip(iface) - return random IP from network
interface that name matches provided pattern. Can be used
to mitigate TCP limitation on number of open conenctions.
publish_to_one(prefix, client_id, payload, qos) - publish
a message to the topic combined from prefix and client id.
forward(prefix, qos) - forward received messages to topic
combined with prefix and a client id of message sender. It
assumes that message was published to the topic which ends
with client id (see publish_to_one).
This change introduces following statements: