netty5/transport-native-epoll/src
Norman Maurer 747533408d [#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:14 +02:00
..
main [#4170] Shutdown socket before close fd when using epoll transport 2015-09-25 20:05:14 +02:00
test/java/io/netty/channel/epoll Use NetUtil.LOCALHOST4 instead of InetAddress.getLocalHost() 2015-09-24 10:49:30 +02:00