doc: Document UDP modules

This commit is contained in:
Markus Koch 2025-09-19 10:24:10 +02:00
parent ba0cbed9bf
commit 3c592dbd23

View File

@ -7,6 +7,7 @@ Trashernet is a very trashy Ethernet stack for FPGAs written in VHDL aiming to c
* Layer 1, Physical: `trashernet_phy`, (`trashernet_rmii`)
* Layer 2, Data link: `trashernet_mac`, `trashernet_eth`, `trashernet_arp`
* Layer 3, Network: `trashernet_ipv4`, `trashernet_ipv4prot`, `trashernet_icmp`
* Layer 4, Transport: `trashernet_udp`, `trashernet_udpprot`
When writing it, the following were the main design philosophies: