netty5/transport-native-epoll/src
Norman Maurer 32ccdcdb18 Make sure the local / remote InetSocketAddres can be obtained. Part of [#2262]
Motivation:
Make sure the remote/local InetSocketAddress can be obtained correctly

Modifications:
Set the remote/local InetSocketAddress after a bind/connect operation was performed

Result:
It is possible to still access the informations even after the fd became invalid. This mirror the behaviour of NIO.
2014-03-22 22:02:19 +01:00
..
main Make sure the local / remote InetSocketAddres can be obtained. Part of [#2262] 2014-03-22 22:02:19 +01:00
test/java/io/netty/channel/epoll Perform cross-tests between NIO and epoll transport 2014-03-17 10:35:48 +09:00