dye.dev
email github bluesky mastodon rss
blogs about

Search

No results 1 result $NUMBER results
Light Dark
Welcome.

I write Rust for PingProxies. I write blogs for my own enjoyment.

Upcoming...
  • 2025-03-15

    It Isn't Always TCP_NODELAY SOON

    Examining the unfortunate interaction between TCP_NODELAY and TCP_QUICKACK socket options. Culiminates in a kernel patch to improve the terrible (and poorly documented) behaviour of TCP_QUICKACK.
  • 2025-03-22

    Sans-IO State Machines: 1/3 SOON

    Implementation of Sans-IO SOCKSv5 server using enum based state machines.
  • 2025-03-29

    Sans-IO State Machines: 2/3 SOON

    Implementation of Sans-IO SOCKSv5 server using type-state based state machines.
  • 2025-04-05

    Sans-IO State Machines: 3/3 SOON

    Implementation of Sans-IO SOCKSv5 server using nightly coroutines.