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
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
- No epoll and master thread - Workers are racing on recvfrom() - Workers are natively blocked by recvfrom() - Zero synchronisation overhead - Presuming recfrom() is thread-safe