netty5/transport-native-epoll/src
Norman Maurer c318fc7cea Remove not needed intermediate collection while reading DatagramPackets in native transports
Motivation:

We used an intermediate collection to store the read DatagramPackets and only fired these through the pipeline once wewere done with the reading loop. This is not needed and can also increase memory usage.

Modifications:

Remove intermediate collection

Result:

Less overhead and possible less memory usage during read loop.
2017-07-05 18:20:05 +02:00
..
main Remove not needed intermediate collection while reading DatagramPackets in native transports 2017-07-05 18:20:05 +02:00
test/java/io/netty/channel/epoll Only try to deregister from EventLoop when the native Channel was registered before. 2017-05-24 13:19:18 +02:00