netty5/transport-native-epoll
Carl Mastrangelo 777b400fd6 Throw FileNotFoundException when connecting to a missing UDS path
Motivation:
Exception handling is nicer when a more specific Exception is thrown

Modification:
Add a static reference for ENOENT, and throw FNFE if it is returned

Result:
More precise exception handling
2017-11-28 13:19:16 +01:00
..
src Throw FileNotFoundException when connecting to a missing UDS path 2017-11-28 13:19:16 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-11-09 00:08:30 +00: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.