new UDP()
UDP protocol layer
Properties| Name | Type | Description |
|---|---|---|
src | number | Source UDP port. |
dst | number | Destination UDP port. |
totalLength | number | Length in bytes of the UDP datagram (header + data). |
checksum | number | 16-bit checksum field for error-checking. |
- Implements
- Source