netty5/transport-native-epoll
Norman Maurer 52ba4f4ec7 Correctly handle wildcard address when bind to socket and using native transport
Motivation:

When a wildcard address is used to bind a socket and ipv4 and ipv6 are usable we should accept both (just like JDK IO/NIO does).

Modifications:

Detect wildcard address and if so use in6addr_any

Result:

Correctly accept ipv4 and ipv6
2016-01-28 14:07:45 +01:00
..
src Correctly handle wildcard address when bind to socket and using native transport 2016-01-28 14:07:45 +01:00
pom.xml [#4658] Fix encoding of pom.xml file 2016-01-06 08:12:15 +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.