Diving into how addresses are bound when forming TCP connections, how to overcome limits on the number of connections that can be formed and what existing documentation and blogs are overlooking.
SOON
It Isn't Always TCP_NODELAY
Examining the unfortunate interaction between TCP_NODELAY and TCP_QUICKACK socket options. Culminates in a kernel patch to improve the terrible (and poorly documented) behaviour of TCP_QUICKACK.
SOON
Sans-IO State Machines: 1/3
Rust implementation of Sans-IO SOCKSv5 server using enum based state machines. Featuring compio.
SOON
Sans-IO State Machines: 2/3
Rust implementation of Sans-IO SOCKSv5 server using type-state based state machines. Featuring tokio.
SOON
Sans-IO State Machines: 3/3
Rust implementation of Sans-IO SOCKSv5 server using currently unstable coroutines. Featuring monoio.