发信人: James_Zhang@bbs.ustc.edu.cn (杰杰), 信区: cnunix
标 题: Re: Client_Server 程序中的端口问题.
发信站: 中国科大BBS站 (Sat Nov 8 10:43:35 1997)
转信站: Lilac!ustcnews!ustcnews!ustcbbs
> ==> Simon_Lei(雨夜狂雷) 说道:
> 在做一个 Client-Server 结构的程序时,
> 要用到端口号. 在调试阶段, Server 程序
> 常常是被强行 kill 掉的. 此时如果在
> Server 程序中添加一点点的调试信息, 再
> 重新编译执行时, 就会发现该端口号被占用,
> 而造成 Server 程序执行出错. 只好修改端
Do as following:
int on = 1;
s = socket(.....)
setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &on, sizeof on );
--
※ 来源: 中国科大BBS站 [bbs.ustc.edu.cn]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:7.309毫秒