RecvQueueSize
Specifies the maximum amount of messages that will be queued up for UDPSocketRecv on this particular socket. If maximum queue size is reached, incoming packets will be discarded. Thus, the user is encouraged to call UDPSocketRecv often. This parameter defaults to 5. If you are not interested in receiving any data on this socket, set this parameter to 0 to stop any incoming data from being buffered up.
Type: Constant or Variable of type Long