netty5/transport-native-epoll/src/main
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
..
c Pass struct's per pointer to eliminate memory copy. 2015-02-27 20:58:03 +01:00
java/io/netty/channel [#3463] EpollSocketChannel.localAddress() returns always null if Native.connect() was not able to connect directly 2015-03-04 20:02:37 +01:00