If "bind_address" is set as "*" (default), the peer will listen on all available addresses (both IPv4 and IPv6).
If "bind_address" is set as "0.0.0.0" (for IPv4) or "::" (for IPv6), the peer will listen on all available addresses matching that IP type.
If "bind_address" is set to any valid address (e.g. "192.168.1.101", "::1", etc), the peer will only listen on the interface with that addresses (or fail if no interface with the given address exists).
</description>
</method>
<methodname="set_dest_address">
<returntype="int"enum="Error">
</return>
<argumentindex="0"name="host"type="String">
</argument>
<argumentindex="1"name="port"type="int">
</argument>
<description>
Set the destination address and port for sending packets and variables, a hostname will be resolved using if valid.
</description>
</method>
<methodname="wait">
<returntype="int"enum="Error">
</return>
<description>
Wait for a packet to arrive on the listening port, see [method listen].