netty5/transport-native-epoll/src
Norman Maurer 7a3d91f43d Give compiler hint about inline functions
Motivation:

Some of the methods are frequently called and so should be inlined if possible.

Modifications:

Give the compiler a hint that we want to inline these methods.

Result:

Better performance if inlined.
2015-02-08 13:57:38 +01:00
..
main Give compiler hint about inline functions 2015-02-08 13:57:38 +01:00
test/java/io/netty/channel/epoll Allow to recv and send file descriptors when using EpollDomainSocketChannel. 2015-02-04 20:07:43 +01:00