ipstack-geph

Crates.ioipstack-geph
lib.rsipstack-geph
version0.2.7
sourcesrc
created_at2024-05-15 23:15:34.649415
updated_at2024-09-11 15:47:42.891451
descriptionAsynchronous lightweight userspace implementation of TCP/IP stack for transparent proxies
homepage
repositoryhttps://github.com/geph-official/ipstack
max_upload_size
id1241569
size72,318
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