netty5/transport-native-epoll/src
Peeyush Aggarwal 4f40913b33 Use NetUtil.LOCALHOST4 instead of InetAddress.getLocalHost()
Motivation:

On ubuntu, InetAddress.getLocalHost() will return 127.0.1.1 this causes some tests to fail.
NetUtil.LOCALHOST4 is more portable.

Modifications:

Made changes in EpollSocketTcpMd5Test to make test passing on ubuntu.

Result:

EpollSocketTcpMd5Test now also passes on ubuntu.
2015-09-24 10:49:30 +02:00
..
main [#4205] Correctly set EPOLLOUT flag whe writeBytes(...) was not able to write everything 2015-09-16 07:30:17 +02:00
test/java/io/netty/channel/epoll Use NetUtil.LOCALHOST4 instead of InetAddress.getLocalHost() 2015-09-24 10:49:30 +02:00