netty5/transport-native-epoll
Norman Maurer 94249a8d87 [#4127] Correctly set traffic class and so linger.
Motivation:

The method implementions for setSoLinger(...) and setTrafficClass(...) were swapped by mistake.

Modifications:

Use the correct implementation for setSoLinger(...) and setTrafficClass(...)

Result:

Correct behaviour when setSoLinger(...) and setTrafficClass(...) are used with the epoll transport.
2015-08-27 08:59:05 +02:00
..
src [#4127] Correctly set traffic class and so linger. 2015-08-27 08:59:05 +02:00
pom.xml Add GCC optimization flag when compile native transport 2015-08-13 12:31:47 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:42:07 +01:00

Native transport for Linux

See our wiki page.