Module message_io::adapters::udp[][src]

Constants

MAX_COMPATIBLE_PAYLOAD_LEN

Maximun payload that UDP can send safety in main OS.

MAX_PAYLOAD_LEN

Maximun payload that UDP can send. The following payload works on Linux and Windows, but overcome the MacOS limits. To more safety limit, see: MAX_COMPATIBLE_UDP_PAYLOAD_LEN.