netty5/transport-native-epoll/src
Norman Maurer e7f2abbd36 [#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:58:38 +02:00
..
main [#4127] Correctly set traffic class and so linger. 2015-08-27 08:58:38 +02:00
test/java/io/netty/channel/epoll ce6931e0e5 buffer leak in EpollSocketChannelTest 2015-08-21 11:29:15 -07:00