Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 367 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 367 Bytes

IpStack-Geph

A fork of narrowlink/ipstack. Main changes:

  • Not tightly coupled to TUN interfaces. Instead, packets are passed in and out of the stack in a generic fashion using channels.
  • De-tokio-ified, like the rest of the Geph package ecosystem. Does not use the tokio executor and implenets futures I/O traits.