summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/io.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 0f36177b..a6d1b2df 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -1,7 +1,9 @@
/* $Id$ */
#include "bbs.h"
-#define OBUFSIZE 2048
+//kcwu: 80x24 一般使用者名單 1.9k, 含 header 2.4k
+// 一般文章推文頁約 2590 bytes
+#define OBUFSIZE 3072
#define IBUFSIZE 128
#ifdef DEBUG