社区
网络编程
帖子详情
10022Socket not bound, invalid address or listen is not invoked prior to accept
bywind1980
2005-03-24 07:17:22
求助。从网页中调用activeX控件,作为socket通讯的客户端,本地机器上运行服务端程序,两者进行socket通讯。开始,通讯正常,但是多次连续进行通讯操作之后,就出现标题所示的错误,请教各位。
...全文
143
4
打赏
收藏
10022Socket not bound, invalid address or listen is not invoked prior to accept
求助。从网页中调用activeX控件,作为socket通讯的客户端,本地机器上运行服务端程序,两者进行socket通讯。开始,通讯正常,但是多次连续进行通讯操作之后,就出现标题所示的错误,请教各位。
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
4 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
labixiaoxing
2005-04-06
打赏
举报
回复
做一个timer,每隔1分钟踢除不传送数据的端口。客户再连接会自动分配的。
timer:
dim winsocklastsendtime
发送时:
winsocklastsendtime(index)=timer
for i=1 to winsock1.count
if timer-winsocklastsendtime(i)>=60 then
winsock1(i).close
end if
next
●●●●●我是新手,我要提高,把分给我,谢谢!◆◆◆◆◆◆◆◆
●你好,我好大家好!希望我能成为你某方面的专家!谢谢支持!●
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
zyg0
2005-04-01
打赏
举报
回复
1个专门负责坚挺,一个专门和客户端accept
bywind1980
2005-04-01
打赏
举报
回复
有没有人知道阿
bywind1980
2005-03-25
打赏
举报
回复
用netstat命令发现有7,8个端口都被我的程序占用,处于time_wait状态,请问如何释放被占用的端口阿
Google C++ Style Guide(Google C++编程规范)高清PDF
Another useful rule of thumb: it's typically not cost effective to inline functions with loops or switch statem
en
ts (unless, in the common case, the loop or switch statem
en
t is never executed)....
Stock Error
Error Code Error Message 10004 The operation is canceled. 10013 The requested
address
is a broadcast
address
, but flag is not set. 10014
Invalid
argum
en
t. ...
10022
Socket
not
bound
,
invalid
address
o
Socket
Exception.ErrorCode 的错误列表及注释,Win
socket
Error 列表及注释
The following error codes apply to the WinSock ActiveX Controls. <br /> Error Code Error Message 10004 The operation is canceled.操作被取消 10013 The requested addres
ORA-02140 to ORA-04099错误速览
ORA-02140 to ORA-04099 ORA-02140:
invalid
tablespace name Cause: An id
en
tifier does not follow ALTER TABLESPACE. Action: Specify a tablespace name following ALTER TABLESPACE. ORA...
12C ORA-错误汇总12 ORA-24280 to ORA-28709
ORA-24280:
invalid
input value for parameter string Cause: The parameter has be
en
provided a negative, out of range, or NULL input value. Action: Correct the input value such that it is valid, and
网络编程
1,502
社区成员
18,432
社区内容
发帖
与我相关
我的任务
网络编程
VB 网络编程
复制链接
扫一扫
分享
社区描述
VB 网络编程
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章