5babc1a498
Motivation: With SO_REUSEPORT it is possible to bind multiple sockets to the same port and so handle the processing of packets via multiple threads. This allows to handle DatagramPackets with more then one thread on the same port and so gives better performance. Modifications: Expose EpollDatagramChannelConfig.setReusePort(..) and isReusePort() Result: Allow to bind multiple times to the same local address and so archive better performance. |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
README.md |
Native transport for Linux
See our wiki page.