netty5/transport-native-epoll
Norman Maurer 617773817f Ensure closing a Socket / FileDescriptor multiple times will not throw exception
Motivation:

If an user will close a Socket / FileDescriptor multiple times we should handle the extra close operations as NOOP.

Modifications:

Only do the actual closing one time

Result:

No exception if close is called multiple times.
2015-12-23 23:04:44 +01:00
..
2015-11-24 21:24:22 +01:00

Native transport for Linux

See our wiki page.