From 41700844211fa77a159b08334944b91d4a219e7b Mon Sep 17 00:00:00 2001 From: Frank Maritato Date: Tue, 11 Aug 2009 17:09:16 +0000 Subject: [PATCH] added buffer size info git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-java/trunk@178 a2f82657-cdd2-4550-bd36-68a8e7111808 --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index a3ae50e..e3b8fa2 100644 --- a/README +++ b/README @@ -1 +1,6 @@ This is the Java API for the Light Weight Event System. + +To increase the read buffer size on the multicast socket, set the system property +MulticastReceiveBufferSize. For example, + +java -DMulticastReceiveBufferSize=8388608 ... -- 2.11.4.GIT