UDPTimeouts recv_timeout

Parameters

recv_millis - milliseconds value

Description

recv_millis allows you to control how long the RecvUDPMsg() function will wait for a new message. By default, this is set to 0, meaning RecvUDPMsg() will return immediately if there is no message to be received.

Index