Increased buffer size

This commit is contained in:
senft-lap 2012-11-20 14:45:18 +01:00
parent 0e1cff537e
commit 91a8340c27

View File

@ -17,7 +17,7 @@ public class Node {
private final static Logger LOGGER = Logger.getLogger(Node.class.getName());
private static final int BUF_SIZE = 256;
private static final int BUF_SIZE = 512;
private DatagramChannel channel;
private ByteBuffer buf;