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