Redox OS firewall

I’m interested in learning Rust and also writing firewall for Redox. Here should I start?

Redox uses m-labs/smoltcp as the network stack. You’ll likely be interested in m-labs/smoltcp#94. Until something like the aforementioned PR is merged to smoltcp, I’m not sure how we’d implement this.