a mesh VPN writen in Rust and tokio.
Feature:
- Fast, 2 core VM can routing 600k package pre second (Good)
- But still alloc memory at runtime (Bad)
- But still use
recvfrom
andsendto
(Bad) - No encryption (Bad)
- Full mesh, auto routing and HA (Good)
- Status detect timer is not implemented (Bad)
lisense:
MIT