JDK-7122794 : (macosx) DatagramSocket.disconnect() not working
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: unknown,x86
  • Submitted: 2011-12-19
  • Updated: 2019-09-17
  • Resolved: 2012-03-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u4 b11Fixed
Related Reports
Duplicate :  
Relates :  
Description
DatagramSocket.disconnect() leaves the socket in an undefined state, where
sends are failing with "No route to host".

Comments
EVALUATION use old emulation mode
07-02-2012

SUGGESTED FIX Use the legacy emulation mode for connect() /disconnect() on macosx until problem is fixed.
19-12-2011