Skip to content

relativehysteria/io_uring_echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Quick'n'dirty echo server

This code is absolutely fucking terrible. Forks don't propagate anything to the main thread at all, the server has a manually built async state machine, is very far from modular and impossible to use in parallel (i.e. no compute servers, only i/o bound) and is generally unsound (due to me being reckless and because the tokio io_uring api just sucks), lacks comments, is written in a wacky and hacky and ugly way, doesn't handle DoS (there's no backlog for operations and no timeouts) and doesn't handle many other errors.

About

quick and dirty io_uring-based echo server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages