netty5/transport-native-epoll/src
Norman Maurer c66da29644 [#3377] Faster overflow guard when generate nextId in EpollEventLoop
Motivation:

The current way how the guard against overflow when generating the nextId() is pretty slow once an overflow happened.

Modifications:

Once a possible overflow is detected all ids used by the EpollEventLoop are scrubed and re-assigned to the registered Channels. This way we only need to do extra work each time an overflow is detected.

Result:

More consistent performance even after the first overflow was detected.
2015-01-30 06:19:14 +01:00
..
main [#3377] Faster overflow guard when generate nextId in EpollEventLoop 2015-01-30 06:19:14 +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