aboutsummaryrefslogtreecommitdiff
path: root/src/EthIpUdp.zig
Commit message (Collapse)AuthorAge
* 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