d1d8a6b6cd
Motivation: In linux kernel 3.9 a new featured named SO_REUSEPORT was introduced which allows to have multiple sockets bind to the same port and so handle the accept() of new connections with multiple threads. This can greatly improve the performance when you not to accept a lot of connections. Modifications: Implement SO_REUSEPORT via JNI Result: Be able to use the SO_REUSEPORT feature when using the EpollServerSocketChannel |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
README.md |
Native transport for Linux
See our wiki page.