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

Constants

MAX_INTERNET_PAYLOAD_LEN

Maximun payload that UDP can send over the internet to be mostly compatible.

MAX_LOCAL_PAYLOAD_LEN

Similar to MAX_INTERNET_PAYLOAD_LEN but for localhost instead of internet. Localhost can handle a bigger MTU.