Usermode/AxWin3 - Fixed dropped messages due to small buffer size
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / ipc_acess.c
index 534d53d..700b60f 100644 (file)
@@ -12,7 +12,7 @@
 #include <string.h>
 
 // === CONSTANTS ===
-#define STATICBUF_SIZE 64
+#define STATICBUF_SIZE 256
 #define AXWIN_PORT     4101
 
 // === PROTOTYPES ===

UCC git Repository :: git.ucc.asn.au