commit | 3400a2318bf4ea7b90dd108d50b64f8e093bd358 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Sun Oct 14 18:24:11 2012 -0700 |
committer | Jeff Thompson <jeff@thefirst.org> | Sun Oct 14 18:24:11 2012 -0700 |
tree | 4c62358f9e68c81a54a7e4937b82c21156cf0106 | |
parent | 64447889154785406a3213fc42076f1ee79febc2 [diff] [blame] |
Increase the max PACKETSIZE to 8192.
diff --git a/java/JavaSocketBridge.java b/java/JavaSocketBridge.java index cd5648e..d484103 100644 --- a/java/JavaSocketBridge.java +++ b/java/JavaSocketBridge.java
@@ -43,7 +43,7 @@ - private final static int PACKETSIZE = 2000 ; + private final static int PACKETSIZE = 8192 ; // Instance variables static JSObject browser = null; // The browser