ipstack-geph

Crates.ioipstack-geph
lib.rsipstack-geph
version0.2.9
created_at2024-05-15 23:15:34.649415+00
updated_at2025-07-24 19:32:48.25872+00
descriptionAsynchronous lightweight userspace implementation of TCP/IP stack for transparent proxies
homepage
repositoryhttps://github.com/geph-official/ipstack
max_upload_size
id1241569
size122,789
Eric Tung (nullchinchilla)

documentation

README

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.
Commit count: 0

cargo fmt