[Mono-bugs] [Bug 63031][Maj] Changed - xsp crashes on Solaris

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Aug 2004 13:35:38 -0400 (EDT)


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 mark@markround.com.

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

--- shadow/63031	2004-08-17 13:32:19.000000000 -0400
+++ shadow/63031.tmp.7856	2004-08-17 13:35:38.000000000 -0400
@@ -121,6 +121,21 @@
 ------- Additional Comments From gonzalo@ximian.com  2004-08-17 13:32 -------
 Sure there is a workaround. I just wanted to know if there's a
 non-hackish way of doing it. 
 
 I'm going to ignore those exceptions in xsp, as setting those values
 is not important.
+
+------- Additional Comments From mark@markround.com  2004-08-17 13:35 -------
+OK... Just FYI, I received another response from someone who says that
+the Sun man pages are out of date, and that Solaris may well support
+these options :
+
+[quote]
+$ grep SO_ /usr/include/sys/*.h|grep -i timeout
+/usr/include/sys/socket.h:#define SO_SNDTIMEO 0x1005 /* send timeout */
+/usr/include/sys/socket.h:#define SO_RCVTIMEO 0x1006 /* receive timeout */
+
+and setsockopts(), I presume
+[/quote]
+
+Hope this helps. Thanks for looking into this!