netty5/transport-native-epoll
Norman Maurer 6880e27ce9 [#3463] EpollSocketChannel.localAddress() returns always null if Native.connect() was not able to connect directly
Motivation:

Due a a regression that was introduced by b898bdd we failed to set the localAddress if the connect did not success directly.

Modifications:

Correct set localAddress in doConnect(...)

Result:

Be able to get the localAddress in all cases.
2015-03-04 20:02:37 +01:00
..
src [#3463] EpollSocketChannel.localAddress() returns always null if Native.connect() was not able to connect directly 2015-03-04 20:02:37 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-03-02 01:31:30 -05:00
README.md

Native transport for Linux

See our wiki page.