netty5/transport-native-unix-common-tests/src/main/java/io/netty/channel/unix/tests
Scott Mitchell 4c6d946fba KQueueSocket#setTrafficClass exceptions
Motivation:
MacOS will throw an error when attempting to set the IP_TOS socket option if IPv6 is available, and also when getting the value for IP_TOS.

Modifications:
- Socket#setTrafficClass and Socket#getTrafficClass should try to use IPv6 first, and check if the error code indicates the protocol is not supported before trying IPv4

Result:
Fixes https://github.com/netty/netty/issues/6741.
2017-05-18 11:26:27 -07:00
..
package-info.java New native transport for kqueue 2017-05-03 09:53:22 -07:00
SocketTest.java KQueueSocket#setTrafficClass exceptions 2017-05-18 11:26:27 -07:00
UnixTestUtils.java New native transport for kqueue 2017-05-03 09:53:22 -07:00