[Mono-bugs] [Bug 538013] New: System.Net.NetworkInformation.Ping does not time out correctly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 10 06:02:43 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=538013


           Summary: System.Net.NetworkInformation.Ping does not time out
                    correctly
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: All
        OS/Version: UNIX Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: david.welch at thorcom.co.uk
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


When the ping class is used to send a ping, but many other pings are occuring
either incoming of outgoing to/from the same machine, then the ping class will
not timeout if no ping reply is received.  This is because the receivefrom in
the ping class will exit with success when the unsolicited ping reply is
received but the class will continue around the loop and call receivefrom
again, thus resetting the timeout.  Happens only on systems which use the raw
socket implementation of ping, so unix style os running as root.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list