Author: ron.sigal(a)jboss.com
Date: 2009-04-11 22:09:48 -0400 (Sat, 11 Apr 2009)
New Revision: 4970
Modified:
remoting2/branches/2.2/docs/guide/en/chap5.xml
Log:
JBREM-1099: Added bufferSize attribute for MulticastDetector.
Modified: remoting2/branches/2.2/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap5.xml 2009-04-12 01:46:00 UTC (rev 4969)
+++ remoting2/branches/2.2/docs/guide/en/chap5.xml 2009-04-12 02:09:48 UTC (rev 4970)
@@ -801,6 +801,9 @@
<para><emphasis role="bold">Address</emphasis> - The IP
of the multicast
group that the detector will join. The default will be that of the
DefaultIP if not explicitly set.</para>
+
+ <para><emphasis role="bold">BufferSize</emphasis> - The
size of the buffer used
+ by the MulticastSocket. The default is 10000.</para>
<para>If any of these are set programmatically, need to be done before the
detector is started (otherwise will use default values).</para>
Show replies by date