Welcome![Sign In][Sign Up]
Location:
Search - Windows socket error

Search list

[Internet-Networksocket_c_ftp

Description: 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误-A VC under windows socket programming is used to make a simple file transfer, instead of MFC, is under the console programming, more suitable for beginners to learn, I use the C language programming, pay attention to the VC in the project-setting-link will be added to ws2_32.lib otherwise compile error
Platform: | Size: 3072 | Author: 陈鸡洋 | Hits:

[Internet-Networksynscan

Description: windows平台vc6项目,在win2000上运行。 不能在winxp sp2及以上版本的windows系统中运行该程序,因为:XP SP2对raw socket做了一些限制,XP SP2仍支持raw socket的接收,但raw socket的发送被限制了: 1) 不能通过raw socket发送TCP报文。做此尝试时会得到10004号错误。 2) 不能通过raw socket发送伪造源IP的UDP报文。 3) 不能通过raw socket发送IP碎片。做此尝试时会得到10004号错误。 微软在tcpip.sys中固化了这些限制,没有注册表项对之调整。惟一已知解决方案是修理tcpip.sys.微软做了这些限制,目的是防止限制恶意代码将主机作为DDoS的工具,而且限制发送伪造IP包的能力。 -windows platform vc6 project, run in win2000. Winxp sp2 and can not be above the windows system to run the program, because: XP SP2 on the raw socket done some restrictions, XP SP2 is still raw socket support the reception, but the raw socket sent by limiting: 1) can not be raw Send TCP packet socket. Attempt to do this would be an error No. 10004. 2) can not send raw socket forged source IP of the UDP packet. 3) can not be raw socket to send IP fragments. Attempt to do this would be an error No. 10004. Microsoft tcpip.sys in curing these restrictions, there is no registry entries for the adjustment. The only known solution is to repair tcpip.sys. Microsoft has done these constraints, the purpose is to prevent malicious code restrictions on the host as a DDoS tools, and a restriction of sending fake IP packet capabilities.
Platform: | Size: 19456 | Author: 莫松成 | Hits:

[VC/MFCsisuanjiwanluo

Description: 1.设计要求 1.1已知参数:目的节点IP地址或主机名 1.2设计要求:通过原始套接字编程,实现Ping的基本功能 1.2.1初始化Windows Sockets网络环境; 1.2.2解析命令行参数,构造目的端socket地址; 1.2.3定义IP、ICMP报文; 1.2.4接收ICMP差错报文并进行解析。 1.3. 编程平台和语言不限,推荐使用Visual C++ ,Java(环境为MyEclipse) -1. Design requirements for 1.1 are known parameters: the purpose of the node IP address or host name of the design requirements of 1.2: The original Socket programming, to achieve the basic functions of Ping to initialize Windows Sockets Network 1.2.1 environment 1.2.2 Analysis of the command line parameters, structural purpose client socket address 1.2.3 the definition of IP, ICMP message 1.2.4 to receive ICMP error messages and resolve. 1.3. Programming platforms and languages are not limited to recommend the use of Visual C++, Java (the environment, MyEclipse)
Platform: | Size: 6144 | Author: 裴度麒 | Hits:

[Delphi VCL310759

Description: 连接时出现:"windows socket error:(10061),on API connect ” 是你的SOCKET没有启动(SCKTSRVR.EXE)或者无法连接到服务器。 使用socketconnect很简单,只要在应用服务器后台运行SCKTSRVR.EXE,不需要什么配 置。(在Delphi的Bin目录是已运行了scktsrvr.exe,但没有设置Port号;设置你要的Port号注意不要有冲突。 不知怎么用。最多的就是这种答案了。 还有说重启动进F8选最a后依次正确设置,我试了没用awindows socket error:由于目标机器积极拒绝,无法连接-Connection when: " windows socket error: (10061), on API ' connect' " is your SOCKET did not start (SCKTSRVR.EXE) or can not connect to the server. Socketconnect very simple to use, as long as the application server running in the background SCKTSRVR.EXE, do not need any configuration. (In Delphi' s Bin directory is already running scktsrvr.exe, but did not set the Port number set the Port number you want to be careful not to conflict. I do not know how to use. The most is this the answer. There are said to restart into F8 turn right after the election the most a set, I tried the useless awindows socket error: because the target machine actively refused, can not connect
Platform: | Size: 179200 | Author: zuozheng | Hits:

[Delphi VCLddddddd

Description: 连接时出现:"windows socket error:(10061),on API connect ” 连接时出现:"windows socket error:(10061),on API connect ” -Connection when: " windows socket error: (10061), on API ' connect' " connection when: " windows socket error: (10061), on API ' connect' "
Platform: | Size: 1039360 | Author: 自然 | Hits:

[Search EngineNSIS_Extend_Resource_Pack

Description: LookupEx 蓝屏代码查看器帮助大家轻松速查各种错误代码代表的具体含义。 1.支持蓝屏错误代码查看。 2.支持驱动NTSTATUS错误代码查看。 3.支持Win32常规应用程序错误代码查看。 4.支持搜索引擎在线搜索错误代码详细解释。 5.支持Windows Socket错误代码详细解释查询. 选择你电脑安装的操作系统,然后"立即查看解释". -LookupEx blue screen code Quick Viewer help you easily represented by a variety of error codes specific meaning. 1. Support the blue screen error code view. 2. Support Driver NTSTATUS error code view. 3. Support the Win32 error code to view the regular application. 4. Support the search engine online search detailed explanation of the error code. 5. Support Windows Socket error codes explained details. Choose your operating system installed on the computer, and then " immediately view the explanation."
Platform: | Size: 3094528 | Author: apple | Hits:

[Internet-Network1

Description: 1.已知参数:目的节点IP地址或主机名 2.设计要求:通过原始套接字编程,模拟Ping命令,实现其基本功能,即输入一个IP地址或一段IP地址的范围,分别测试其中每个IP地址所对应主机的可达性,并返回耗时、生存时间等参数,并统计成功发送和回送的Ping报文。 2.1初始化Windows Sockets网络环境; 2.2解析命令行参数,构造目的端socket地址; 2.3定义IP、ICMP报文; 2.4接收ICMP差错报文并进行解析。 3. 程序实现主要用到Java网络包中的类InetAddress。 -1 Known parameters: the destination node IP address or host name 2 Design requirements: through raw socket programming, simulation Ping command, to achieve its basic functions, namely Enter an IP address or a range of IP addresses, each of which were tested an IP address corresponding to the host reachability and return to time-consuming, survival time and other parameters, and statistical successfully sent and Ping loopback packets. 2.1 Initialize Windows Sockets network environment 2.2 parse command line arguments, the destination socket address structure 2.3 Defining IP, ICMP packets 2.4 ICMP error packets received and parsed. 3 procedures used to achieve the main classes in the Java network packet InetAddress.
Platform: | Size: 4096 | Author: nene | Hits:

CodeBus www.codebus.net