proxy代理   soft软件   IT 业界特快   norton 诺顿病毒库   代理列表   search FTP搜索   whois IP地理位置   blog 追求完美  
money理财   life生活   RSS聚合门户   firefox WEB浏览器   免费域名   typeset 假古文   AntiVirus 反病毒   ipcn 站点导航  

« [补] 教育系统的信息化障碍 | Main | *.ipchina.org 域名系统走过了一年 »

December 16, 2003

域名反解

版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2003/12/16/000320.html

中午BBS上有人问登录慢的问题
还发到了我的email里面
就回了一下

dns 反解问题
include/functions.h
//#define FOR_DOMAIN_NAME               /* 登陆时进行域名反查 */ 
或者确实需要反解 就改 /etc/resolv.conf
加一行:
options attempts:1 timeout:2

BBSMan_Dev 版面有人回复了彻底的

因为bbsd.c中要反向连接auth(113) port的问题
去掉那部分代码吧, 或者这样来:
static void getremotename(from, rhost, rname)
...

+ #ifndef USE_RFC931
+    return;
+ #endif

    /*
     * Use one unbuffered stdio stream for writing to and for reading
     * from the RFC931 etc. server. This is done because of a bug in the
     * SunOS 4.1.x stdio library. The bug may live in other stdio
     * implementations, too. When we use a single, buffered,
     * bidirectional stdio stream ("r+" or "w+" mode) we read our own
     * output. Such behaviour would make sense with resources that
     * support random-access operations, but not with sockets.
     */ 

本blog WWW

Posted by windtear at December 16, 2003 3:31 PM

本站使用中的任何问题,请与 windtear @ windtear.net 联系
Copyright© 1999-2024 Windtear. All rights reserved.