netty5/transport-native-epoll/src
Norman Maurer 3e4cc9d23f [#4170] Shutdown socket before close fd when using epoll transport
Motivation:

We should call shutdown(...) on the socket before closing the filedescriptor to ensure it is closed gracefully.

Modifications:

Call shutdown(...) before close.

Result:

Sockets are gracefully shutdown when using native transport.
2015-09-25 20:05:01 +02:00
..
main [#4170] Shutdown socket before close fd when using epoll transport 2015-09-25 20:05:01 +02:00
test/java/io/netty/channel/epoll Use NetUtil.LOCALHOST4 instead of InetAddress.getLocalHost() 2015-09-24 08:53:38 +02:00