~sircmpwn/echo

A TCP echo server written with Hare and iobus
Update match case syntax
Fix buffer management issues
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/echo
read/write
git@git.sr.ht:~sircmpwn/echo

You can also use your local clone with git send-email.

#echo

This is a small, high-performance TCP echo server written in Hare to demonstrate the iobus API.

TODO:

  • accept to a registered file (blocked on Linux 5.15)
  • chain accept with the initial read (blocked on Linux 5.15)
  • chain reads with writes?
  • write benchmarking tool
  • blog post