diff options
-rw-r--r-- | mbbsd/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ /* $Id$ */ #include "bbs.h" +// XXX why linux use smaller buffer? #if defined(linux) #define OBUFSIZE 2048 #define IBUFSIZE 128 |
index : pttbbs | ||
The most popular BBS site in Taiwan (http://opensvn.csie.org/pttbbs) | LAN-TW |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | mbbsd/io.c | 1 |
@@ -1,6 +1,7 @@ /* $Id$ */ #include "bbs.h" +// XXX why linux use smaller buffer? #if defined(linux) #define OBUFSIZE 2048 #define IBUFSIZE 128 |