[][src]Module over_there::core::transport::net::udp

Constants

MAX_IPV4_DATAGRAM_SIZE

IPv4 :: 508 = 576 - 60 (IP header) - 8 (udp header)

MAX_IPV6_DATAGRAM_SIZE

IPv6 :: 1212 = 1280 - 60 (IP header) - 8 (udp header)

Functions

bind
connect

Connects to a remote address by binding to a local, ephemeral port and then issuing connect(...) on the socket to filter out all data not coming from the specified address

local