TheOkayDev
TheOkayDev
not finished have to sort out bug with cmp having to many initializer values. changes only on __WINDOWS__ only until i can test on my linux device
**What** Consider changing all `enum`s to `enum class`es, this produces less surprises in code as things aren't implicitly converted to types **Why** Allows less surprises in code. See example below...
Flush tables via `iptables -F` command without requiring specific tables. A more drastic measure that can be taken instead of adding a function can be used: ```rust pub fn flush_table(&self,...