netty5/transport-native-epoll/src/main
Norman Maurer 01bc2d6d80 Fix byte order when retrieve address from filedescriptor
Motivation:

When create address from filedescriptor we may use incorrect byte order and so end up with an incorrect InetAddress.

Modification:

Not manually shift bytes

Result:

Correct address in all cases.
2015-02-27 20:54:14 +01:00
..
c Fix byte order when retrieve address from filedescriptor 2015-02-27 20:54:14 +01:00
java/io/netty/channel Fix regression introduced by 20e32f62ec 2015-02-24 11:02:55 +01:00