netty5/transport-native-epoll
Norman Maurer 50086ca902 [#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:28 +02:00
..
2015-09-18 12:01:36 -07:00

Native transport for Linux

See our wiki page.