Skip to content
Snippets Groups Projects
Commit d8971f9f authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Reimplemented UDP handler.

- No epoll and master thread
- Workers are racing on recvfrom()
- Workers are natively blocked by recvfrom()
- Zero synchronisation overhead
- Presuming recfrom() is thread-safe
parent e3760b1e
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment