mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-12 06:20:48 +00:00
018517663d
* Rename fallback.rs to posix_minimal.rs Use it for platforms that are unix, but don't support advanced stuff like CMSG, GRO, GSO. Also fix some compile errors in the former fallback.rs * Test noq-udp with the new posix_minimal configuration * Eliminate warnings for posix_minimal config. * shut up clippy