[Mono-bugs] [Bug 39178][Nor] Changed - UdpClient.Connect fails with broadcast address

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 6 Mar 2003 05:08:13 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=39178

--- shadow/39178	Thu Mar  6 04:08:11 2003
+++ shadow/39178.tmp.23499	Thu Mar  6 05:08:13 2003
@@ -1,14 +1,14 @@
 Bug#: 39178
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 8.0
 OS Details: Mono 0.21
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: clause@online.no               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -47,6 +47,12 @@
 
 How often does this happen? 
 
 Every time.
 
 Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-06 05:08 -------
+errno is EINTR.
+The man page says: "The connect() function was interrupted by a signal
+while waiting for the connection to be established.  The connection
+establishment may continue asynchronously."