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
..
src Ensure closing a Socket / FileDescriptor multiple times will not throw exception 2015-12-23 23:04:44 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.