netty5/transport-native-epoll
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
..
src [#4170] Shutdown socket before close fd when using epoll transport 2015-09-25 20:05:14 +02:00
pom.xml Update Netty to latest netty-tcnative 2015-09-18 12:07:21 -07:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.