⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module udp

Module udp 

Source
Expand description

UDP protocol implementation

Structs§

UdpHeader
UDP header
UdpSocket
UDP socket
UdpStats
UDP statistics

Functions§

get_stats
Get UDP statistics
init
Initialize UDP
process_packet
Process incoming UDP packet (called by IP layer)
receive_from
Receive data from a UDP socket (called by socket layer)
register_socket
Register a UDP socket for receiving
send_packet
Send UDP packet (internal implementation)
unregister_socket
Unregister a UDP socket