netty5/transport-native-epoll/src
Norman Maurer 791c38befe [#2359] EpollSocketChannel.remoteAddress0() is always null on accepted EpollSocketChannels
Motivation:
EpollSocketChannel.remoteAddress0() is always null on accepted EpollSocketChannels as we not set it excplicit.

Modifications:
Correctly retrieve the local and remote address when accept new channel and store it

Result:
EpollSocketchannel.remoteAddress0() and EpollSocketChannel.localAddress0() return correct addresses
2014-04-04 15:45:14 +02:00
..
main [#2359] EpollSocketChannel.remoteAddress0() is always null on accepted EpollSocketChannels 2014-04-04 15:45:14 +02:00
test/java/io/netty/channel/epoll Perform cross-tests between NIO and epoll transport 2014-03-17 10:35:48 +09:00