Commit 3dee2763082745a7fb8890b080ebd31afa21eaf2

Kano 2012-03-22T18:57:30

api.c increase buffer size close to current code allowable limit

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.c b/api.c
index d7f8a97..6cdeada 100644
--- a/api.c
+++ b/api.c
@@ -140,7 +140,7 @@
 // Big enough for largest API request
 //  though a PC with 100s of PGAs/CPUs may exceed the size ...
 // Current code assumes it can socket send this size also
-#define MYBUFSIZ	32768	// TODO: intercept before it's exceeded
+#define MYBUFSIZ	65432	// TODO: intercept before it's exceeded
 
 // Number of requests to queue - normally would be small
 // However lots of PGA's may mean more