Add support for binding multiple UDP sockets
Add support for binding multiple UDP sockets for with SO_REUSEPORT flag in order to overcome performance hit caused by sharing one socket and waiting on one single lock in kernel.
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.
Add support for binding multiple UDP sockets for with SO_REUSEPORT flag in order to overcome performance hit caused by sharing one socket and waiting on one single lock in kernel.