|
|
91fdb2c6f8
|
refactor: use packed struct for IpAddr
This is more intuitive than using u32 directly, and follows the same pattern as the new MAC addr handling
|
2026-04-16 04:56:23 +03:00 |
|
|
|
7077aae9ce
|
fix: convert MacAddr from vector to int
Still expose a vector / slice API with .fromSlice,
|
2026-04-16 04:56:23 +03:00 |
|
|
|
4f721afcfd
|
Add GPLv3
|
2026-01-31 20:27:55 -05:00 |
|
|
|
a81c4b3175
|
Calculate IPv4 checksum header
This was causing an issue because virtual networks were dropping packets
without this being set
|
2026-01-23 23:05:20 -05:00 |
|
|
|
213a01afc8
|
Implemented client and connection
|
2026-01-21 22:25:20 -05:00 |
|