Lucas Culverhouse
Lucas Culverhouse
> On second look EPERM might actually be unexpected strictly speaking The relevent line in `socket(2)` on Linux is: > Other errors may be generated by the underlying protocol modules....
Here's the `bind` on AF_PACKET leading to ENODEV example above in a Zig test: ```Zig const std = @import("std"); const posix = std.posix; const mem = std.mem; const testing =...
I used the suggestion of @paperdave above and tried out using the [codespell](https://github.com/codespell-project/codespell) tool on the zig source tree just to do a preliminary check on what things look like....
> Great results! Would you mind placing the larger blocks into collapsable regions, please? Fixed (I thought it would do that automatically, oops)