Author: miguel
Date: 2007-04-27 00:35:17 -0400 (Fri, 27 Apr 2007)
New Revision: 76367

Modified:
   trunk/monodoc/class/System/en/System.Net.Sockets/SocketType.xml
Log:
>From Dick

Modified: trunk/monodoc/class/System/en/System.Net.Sockets/SocketType.xml
===================================================================
--- trunk/monodoc/class/System/en/System.Net.Sockets/SocketType.xml     
2007-04-27 03:51:06 UTC (rev 76366)
+++ trunk/monodoc/class/System/en/System.Net.Sockets/SocketType.xml     
2007-04-27 04:35:17 UTC (rev 76367)
@@ -75,6 +75,9 @@
       messages of a fixed (typically small) maximum length. Uses the User 
Datagram
       Protocol (<see cref="F:System.Net.Sockets.ProtocolType.Udp" /> ) protocol
       and the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork" /> 
address family.</para>
+          <para>
+To enable both sending and reception of broadcast datagram packets on Linux, 
you need to use <see cref="M:System.Net.Sockets.Socket.SetSocketOption" />(<see 
cref="F:System.Net.Sockets.SocketOptionLevel.Socket" />, <see 
cref="F:System.Net.Sockets.SocketOptionName.Broadcast" />, 1); and for 
reception also bind the socket to the wildcard IP address (<see 
cref="F:System.Net.IPAddress.Any" />).
+</para>
         </summary>
       </Docs>
       <Excluded>0</Excluded>
@@ -149,4 +152,4 @@
     </Member>
   </Members>
   <TypeExcluded>0</TypeExcluded>
-</Type>
+</Type>
\ No newline at end of file

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to