netty5/transport-native-epoll/src
Norman Maurer 05e5ab1ecb Store NativeDatagramPacketArray directly in the EpollEventLoop
Motivation:

We can store the NativeDatagramPacketArray directly in the EpollEventLoop. This removes the need of using FastThreadLocal.

Modifications:

- Store NativeDatagramPacketArray directly in the EpollEventLoop (just as we do with IovArray as well).

Result:

Less FastThreadLocal usage and more consistent code.
2018-06-27 20:52:28 +02:00
..
main Store NativeDatagramPacketArray directly in the EpollEventLoop 2018-06-27 20:52:28 +02:00
test/java/io/netty/channel/epoll Epoll and Kqueue shouldn't read by default (#8024) 2018-06-15 10:28:50 +02:00