netty5/transport-native-unix-common-tests/src/main/java/io/netty/channel/unix/tests
Norman Maurer d8e187ff2c Ensure setting / getting the traffic class on an ipv4 only system works when using the native transport.
Motivation:

We tried to set IPV6 opts on an ipv4 only system and so failed to set / get the traffic opts. This resulted in a test-error when trying to compile netty on ipv4 only systems.

Modifications:

Use the correct opts depending on if the system is ipv4 only or not.

Result:

Be able to build and use on ipv4 only systems.
2017-10-24 09:03:28 +02:00
..
DetectPeerCloseWithoutReadTest.java KQueue detect peer close without EVFILT_READ 2017-08-18 11:00:18 -07:00
package-info.java New native transport for kqueue 2017-05-03 09:53:22 -07:00
SocketTest.java Ensure setting / getting the traffic class on an ipv4 only system works when using the native transport. 2017-10-24 09:03:28 +02:00
UnixTestUtils.java New native transport for kqueue 2017-05-03 09:53:22 -07:00