repo.or.cz
/
lwes-java.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removing files generated by javacc
[lwes-java.git]
/
README
blob
e3b8fa23e5c099dcb556aa6b40aa0b6593da65c9
1
This is the Java API for the Light Weight Event System.
2
3
To increase the read buffer size on the multicast socket, set the system property
4
MulticastReceiveBufferSize. For example,
5
6
java -DMulticastReceiveBufferSize=8388608 ...