summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/transport/transport.h')
-rw-r--r--runtime/transport/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/transport/transport.h b/runtime/transport/transport.h
index 78221c39..e5e087a2 100644
--- a/runtime/transport/transport.h
+++ b/runtime/transport/transport.h
@@ -13,7 +13,7 @@ void _stp_warn (const char *fmt, ...);
#define STP_BUFFER_SIZE 8192
#ifdef STP_RELAYFS
-static unsigned n_subbufs = 4;
+static unsigned n_subbufs = 16;
static unsigned subbuf_size = 65536;
#define _stp_transport_write(data, len) _stp_relay_write(data, len)
static int _stp_transport_mode = STP_TRANSPORT_RELAYFS;