We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67cd63 commit 756b516Copy full SHA for 756b516
src/nanonext.h
@@ -108,7 +108,7 @@ typedef struct nano_handle_s {
108
109
#define ERROR_OUT(xc) Rf_error("%d | %s", xc, nng_strerror(xc))
110
#define ERROR_RET(xc) { Rf_warning("%d | %s", xc, nng_strerror(xc)); return mk_error(xc); }
111
-#define NANONEXT_INIT_BUFSIZE 8192
+#define NANONEXT_INIT_BUFSIZE 4096
112
#define NANONEXT_SERIAL_VER 3
113
#define NANONEXT_SERIAL_THR 134217728
114
#define NANONEXT_ERR_STRLEN 40
0 commit comments