User-space TCP bandwidth limiter (based on tcprelay)
Repository
Repository di vi
Accept TCP connections, read lines from them and write them to one zstd-compressed file
Simple TCP forwarder that prepends some fixed bytes to responses and ignores some fixed header on requests
Simple Linux epoll-based single thread TCP relay.
Redirect traffic to SOCKS5 server with iptables, epoll based, single threaded.
Command line tool to record proxied TCP traffic and use the recording to test clients or servers.
[WiP] Checks TCP tunnel/forwarder for correctness
Data for this-week-in-rust.org
In Rust, format Duration into a string like "1 hour ago" or "01hou".
[early] Timestamp-savvy GUI universal log viewer in Qt
Override time reporting in Linux processes (accelerate/slowdown games, test code involving timers/delays)
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
A fork of tokio_io::io::copy function that is more flexible.
`tokio_test::io::Mock` analogue with more features
Unified way to specify AF_INET or AF_UNIX address for listening sockets in Tokio projects (or inetd mode)
Website for the Tokio project
unix seqpacket sockets for tokio
AsyncRead/AsyncWrite stdin/stdout for legacy pre-0.1 Tokio
A simple watchdog timer for Rust's Tokio async world