Commit graph

2 commits

Author SHA1 Message Date
Quentin 70aee3087b
Simplify the code
- We can use the structure not only to read the packet but also to modify it
 - Binary OR/AND are done with single chars, eg. & or | while logical OR/AND are done with 2 chars, eg. && or ||
2021-04-25 11:11:03 +02:00
Quentin 0924655e4b
Refactor 2021-04-25 10:56:48 +02:00
Renamed from XDP/xdp_udp.c (Browse further)