netty5/transport-native-epoll/src
Norman Maurer 6b8ec6b781 [#3378] Automatically increase number of possible handled events
Motivation:

At the moment the max number of events that can be handled per epoll wakup was set during construction.

Modifications:

- Automatically increase the max number of events to handle

Result:

Better performance when a lot of events need to be handled without adjusting the code.
2015-01-30 06:51:34 +01:00
..
main [#3378] Automatically increase number of possible handled events 2015-01-30 06:51:34 +01:00
test/java/io/netty/channel/epoll [#3112] Add supprt for TCP_INFO when using EpollSocketChannel 2015-01-27 07:06:38 +01:00