netty5/common/src
Norman Maurer fadbf7df52 Respect -Djava.net.preferIPv4Stack when using epoll transport
Motivation:

On a system where ipv4 and ipv6 are supported a user may want to use -Djava.net.preferIPv4Stack=true to restrict it to use ipv4 only.
This is currently ignored with the epoll transport.

Modifications:

Respect java.net.preferIPv4Stack system property.

Result:

-Djava.net.preferIPv4Stack=true will have the effect the user is looking for.
2015-03-11 02:49:33 +01:00
..
main/java/io/netty/util Respect -Djava.net.preferIPv4Stack when using epoll transport 2015-03-11 02:49:33 +01:00
test/java/io/netty/util Allow to get existing ChannelOption / AttributeKey from String 2015-02-18 09:12:43 +01:00