summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-01 01:11:55 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-01 01:11:55 +0800
commit7063a37d1220883a1ef006fa3be97ea7d0fd4408 (patch)
tree9afe2b4036f2977952074e2dc74616d07d92d976 /mbbsd
parentb65230cdce248ef4fb3ceae899484bfeadf916f1 (diff)
downloadpttbbs-7063a37d1220883a1ef006fa3be97ea7d0fd4408.tar
pttbbs-7063a37d1220883a1ef006fa3be97ea7d0fd4408.tar.gz
pttbbs-7063a37d1220883a1ef006fa3be97ea7d0fd4408.tar.bz2
pttbbs-7063a37d1220883a1ef006fa3be97ea7d0fd4408.tar.lz
pttbbs-7063a37d1220883a1ef006fa3be97ea7d0fd4408.tar.xz
pttbbs-7063a37d1220883a1ef006fa3be97ea7d0fd4408.tar.zst
pttbbs-7063a37d1220883a1ef006fa3be97ea7d0fd4408.zip
comment
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1284 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index bb09d79f..a7aad6bc 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -1,6 +1,7 @@
/* $Id$ */
#include "bbs.h"
+// XXX why linux use smaller buffer?
#if defined(linux)
#define OBUFSIZE 2048
#define IBUFSIZE 128