From 2958f2d55afa6a7128a9515e0a91083bca7d6975 Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 4 Aug 2003 06:58:02 +0000 Subject: add SKIP_TELNET_CONTROL_SIGNAL git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1082 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sample/pttbbs.conf') diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 8728884f..8811b6d9 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -102,6 +102,10 @@ /* 若定義, 則在文章列表的時候不同日期會標上不同顏色 */ //#define COLORDATE +/* 若定義, 則會在 read socket的時候, 則會跳過讀入時第一個 byte 是 -1 + (即 telnet 的 control packet), 可避免循環錯誤 */ +//#define SKIP_TELNET_CONTROL_SIGNAL + /* 前進站畫面 */ #define INSCREEN \ "前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)" -- cgit v1.2.3