netty5/transport-native-epoll/src
Norman Maurer 6293b0579c 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:03 +01:00
..
main Fix byte order when retrieve address from filedescriptor 2015-02-27 20:54:03 +01:00
test/java/io/netty/channel/epoll Directly receive remote address when call accept(...) 2015-02-23 14:54:27 +01:00