You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kelvin Ye (JIRA)" <ji...@apache.org> on 2007/06/14 05:29:26 UTC

[jira] Closed: (HARMONY-4143) [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination

     [ https://issues.apache.org/jira/browse/HARMONY-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Ye closed HARMONY-4143.
------------------------------


Verified. It's OK. Thanks very much!

> [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4143
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4143
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4143.diff
>
>
> The first parameter of method InetworkSystem.isReachableByICMP(InetAddress dest,InetAddress source,int ttl,int timeout) and InetAddress.isReachableByTCP(InetAddress dest, InetAddress source,
>             int timeout) should be destination.
> So I modified the incorrect calling of these two method in InetAddress.isReachableByMultiThread().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.