summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/echo_srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/echo_srv.c b/tests/echo_srv.c
index d2f3967..555c3b4 100644
--- a/tests/echo_srv.c
+++ b/tests/echo_srv.c
@@ -33,7 +33,7 @@
#define BACKLOG 5
#ifndef BUFSIZE
-#define BUFSIZE 0x400000
+#define BUFSIZE 0x20000 /* 128K */
#endif /* BUFSIZE */
#ifndef discard_const