- Annwn
- https://hephaestus.sunnypup.io
-
Continually seeking high throughput and flexible design
- Joined on
2025-07-16
packet-parsing
I think both of the structs in this file should be typedef'ed so that you dont need to write 'struct' everywhere.
packet-parsing
Im used to seeing underscores instead of camelcase in C projects, but thats just an opinion.
packet-parsing
I think there is a way to leave this at 53 and then use compiler flags to redefine it. Might be a good idea.
packet-parsing
recommend typedef'ing this so that you can use DNSRequest as a first class type name and not need to add "struct" everywhere.