Increased buffer size
This commit is contained in:
parent
0e1cff537e
commit
91a8340c27
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user