summaryrefslogtreecommitdiffhomepage
path: root/src/platform/linux.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor: Unified all error types in the project to anyhow::Errordilluti0n2025-08-061-13/+12
| | | | | | | | Configured incompatible iptables errors to be propagated using map_err into the anyhow type * refactored: split_packet and handle_packet to return Result<> instead of Option<>
* minor: move platform-specific codes to seperate filesdilluti0n2025-08-061-0/+159