Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 318260] UDP Discovery does not send out any packets

https://bugs.eclipse.org/bugs/show_bug.cgi?id=318260 
Product/Component: Target Management / TCF

Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |eugene.tarassov@windriver.c
                   |                            |om
         Resolution|                            |FIXED

--- Comment #3 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> 2010-06-30 16:12:46 EDT ---
The problem is caused by JVM bug:
InterfaceAddress.getNetworkPrefixLength() does not conform to Javadoc:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6707289

The bug shows up only on Windows when IPv6 is enabled.
The bug is supposed to be fixed in Java 1.7.

I have committed a workaround for the Java API bug.
The workaround uses ipconfig.exe to get correct network prefix length and
broadcast address.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top