ipstack-geph 0.2.4

Asynchronous lightweight userspace implementation of TCP/IP stack for transparent proxies
Documentation
1
2
3
4
5
6
# IpStack-Geph

A fork of [narrowlink/ipstack](https://github.com/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.