netty5/transport-native-epoll
Norman Maurer 7cce8b7bad Ensure we retain the original hostname when connect to a remote peer when using epoll transport.
Motivation:

We should retain the original hostname when connect to a remote peer so the user can still query the origin hostname if getHostString() is used.

Modifications:

Compute a InetSocketAddress from the original remote address and the one returned by the Os.

Result:

Same behavior when using epoll transport and nio transport.
2015-12-11 07:07:24 +01:00
..
src Ensure we retain the original hostname when connect to a remote peer when using epoll transport. 2015-12-11 07:07:24 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01: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.