UDP

new UDP()

UDP protocol layer
Properties
NameTypeDescription
srcnumberSource UDP port.
dstnumberDestination UDP port.
totalLengthnumberLength in bytes of the UDP datagram (header + data).
checksumnumber16-bit checksum field for error-checking.
Implements