mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-02 06:28:23 +00:00
DatagramChannel::disconnect will attempt to rebind to the original port if the local port switches back to 0 after the association is disolved by the system. Reviewed-by: alanb, chegar, fweimer