Update for issue #51

I think changing those two lines did the trick for me under Malcomb's branch.  Assuming they have the same effect here.  Getting JSON files now in the 140KB range, as where I was stuck at 100KB before.
This commit is contained in:
Brian Davenport 2014-05-04 12:31:59 -04:00
parent 53cca39ed5
commit 5edcc767f9

View File

@ -88,8 +88,8 @@
#define MODES_NET_OUTPUT_RAW_PORT 30002
#define MODES_NET_INPUT_RAW_PORT 30001
#define MODES_NET_HTTP_PORT 8080
#define MODES_CLIENT_BUF_SIZE 1024
#define MODES_NET_SNDBUF_SIZE (1024*64)
#define MODES_CLIENT_BUF_SIZE 2048
#define MODES_NET_SNDBUF_SIZE (1024*128)
#define MODES_NOTUSED(V) ((void) V)