mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8293842: IPv6-only systems throws UnsupportedOperationException for several socket/TCP options
Co-authored-by: Martin Buchholz <martin@openjdk.org> Reviewed-by: djelinski, dfuchs
This commit is contained in:
parent
bb9aa4eae6
commit
9a40b76ac5
5 changed files with 25 additions and 9 deletions
|
@ -235,7 +235,7 @@ jint IPv6_supported()
|
|||
return JNI_TRUE;
|
||||
}
|
||||
|
||||
jint reuseport_supported()
|
||||
jint reuseport_supported(int ipv6_available)
|
||||
{
|
||||
/* SO_REUSEPORT is not supported on Windows */
|
||||
return JNI_FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue