aboutsummaryrefslogtreecommitdiff
path: root/src/EthIpUdp.zig
Commit message (Collapse)AuthorAge
* refactor: use packed struct for IpAddrdevRobby Zambito7 hours
| | | | This is more intuitive than using u32 directly, and follows the same pattern as the new MAC addr handling
* fix: convert MacAddr from vector to intRobby Zambito7 hours
| | | | Still expose a vector / slice API with .fromSlice,
* Add GPLv3Robby Zambito2026-01-31
|
* Calculate IPv4 checksum headerRobby Zambito2026-01-23
| | | | | This was causing an issue because virtual networks were dropping packets without this being set
* Implemented client and connectionRobby Zambito2026-01-21