Perfecting 4th benchmark; adding needed MySQL config files; maturing Zigbee drivers
[iot2.git] / iotjava / iotrmi / Java / IoTSocket.java
index 8db9a9114503bd397c1b13ef25207fcaabadd50c..ba8af4a43fbe689eff8afcf160d892801cd450cb 100644 (file)
@@ -34,8 +34,8 @@ public abstract class IoTSocket {
        /**
         * Class Constant
         */
-       //protected static int BUFFSIZE = 128000;       // how many bytes our incoming buffer can hold (original)
-       protected static int BUFFSIZE = 8388608;        // 8388608 = 2^23 bytes of memory (8MB) - this is required by our IHome speaker driver
+       protected static int BUFFSIZE = 128000; // how many bytes our incoming buffer can hold (original)
+       //protected static int BUFFSIZE = 8388608;      // 8388608 = 2^23 bytes of memory (8MB) - this is required by our IHome speaker driver
        protected static int MSG_LEN_SIZE = 4;  // send length in the size of integer (4 bytes)
 
        /**