Module udp

Module udp 

Source
Expand description

UDP protocol layer

This module provides UDP datagram handling for the network stack. It implements the NetworkLayer trait and provides UDP socket functionality.

Structs§

UdpHeader
UDP header (8 bytes)
UdpLayer
UDP layer
UdpSocket
UDP socket

Functions§

get_local_ip_bytes 🔒
Helper function to get local IP address bytes from the default interface