rev version
[lwes-java.git] / README
blobe3b8fa23e5c099dcb556aa6b40aa0b6593da65c9
1 This is the Java API for the Light Weight Event System.
3 To increase the read buffer size on the multicast socket, set the system property
4 MulticastReceiveBufferSize. For example,
6 java -DMulticastReceiveBufferSize=8388608 ...