https://bugzilla.novell.com/show_bug.cgi?id=349688
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=349688#c1 --- Comment #1 from Andrew Paprocki <[EMAIL PROTECTED]> 2007-12-18 22:12:55 MST --- Windows information here: http://msdn2.microsoft.com/en-us/library/ms742203(VS.85).aspx "MSG_PARTIAL - Specifies that lpBuffers only contains a partial message. Be aware that the error code WSAEOPNOTSUPP will be returned by transports that do not support partial message transmissions." "WSAEOPNOTSUPP - MSG_OOB was specified, but the socket is not stream-style such as type SOCK_STREAM, OOB data is not supported in the communication domain associated with this socket, MSG_PARTIAL is not supported, or the socket is unidirectional and supports only receive operations." It appears as if .NET *should* be throwing an exception if Partial is specified on a UDP socket, because a partial write does not make sense. From my tests, Partial is simply ignored. -- Configure bugmail: https://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
