netty5/transport-native-epoll/src
Norman Maurer 3616d9e814 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:57 +01:00
..
main Correctly handle wildcard address when bind to socket and using native transport 2016-01-28 14:07:57 +01:00
test/java/io/netty/channel Correctly handle wildcard address when bind to socket and using native transport 2016-01-28 14:07:57 +01:00