搜索资源列表
MY_PING
- 一个能记录ping值与 timeout 时间的DELPHI 程序加代码-can record a ping timeout value and the time the processes DELPHI code
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
timeoutsocket.zipsocket建立连接超时的控制
- socket建立连接超时的控制 ,Controlling socket when timeout
searchnet
- 局域网IP搜索程序,VC++的源代码,设定IP范围,设定检索时的超时时间,点击开始,程序就能检索局域网内的相邻IP了-LAN IP search program, VC++ source code, set the IP range, set the timeout when search, click on Start, the program will be able to retrieve the LAN IP of the adjacent
WebServer
- VC++写的小型HTTP服务器源程序,也就是一个WEB服务器,功能不算强大,只是完成一个WEB服务器所必需的核心功能,以及一些设置的实现,向大家展示如何使用VC编写HTTP服务。 本WEB服务器支持设置站点根目录、默认文档名、服务器端口号、超时时间设定、服务器状态监控、适时显示发送与接收字节、访问量、活动连接数等。 -VC++ to write a small HTTP server source code, that is a WEB server function is not p
KadC
- Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres. 在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on the XOR metric》。 简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他DHT 实现技术比较,如 Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一
01
- 套接字连接超时设计方案:在使用tcp进行网络通信时,由于受到网路传输速度的限制,所以经常会导致套接字连接占用很长时间。本程序实现用户要求3秒中没有建立连接,就认为连接失败,要求重新连接来避免这种情况。-Socket connection timeout design: tcp in the use of network communications, the transmission speed of the network due to the restrictions, so often l
ConnectionPool
- 编写一关于Microsoft Access数据库连接池及其管理的相关类,要求能从XML配置文件中读取该数据库驱动程序,数据库名,连接池最大连接数,最多等待用户数,查询数据库超时时间及用户最长等待时间等信息;并编写一测试程序,用于模拟多客户对于数据库的访问。-The preparation of about one Microsoft Access database connection pool and its management related request from the XML co
11
- Asp.Net探针0.90源码(Asp.net2.0版) 探测信息如下: 服务器计算机名 http://localhost/ 服务器IP地址 127.0.0.1 服务器域名 localhost 服务器端口 80 服务器IIS版本 Microsoft-IIS/6.0 本文件所在文件夹 E:\downCode\ServerInfo\ 服务器操作系统 Microsoft Windows NT 5.2.3790 Service Pack 1
Connection_w_Timout_client
- Tcp/IP Sockets with Timeout C# dotNet framework-Tcp/IP Sockets with Timeout C# dotNet framework
timer_lib
- 对posix timer面向对象的封装。 进程内部每一个timer都可以拥有自己的timeout回调函数。 提供周期性timer和一次性timer。 对其进行面向对象封装。 -Posix timer on the object-oriented package. Internal timer of each process can have its own callback function timeout. Provide periodic timer and
WinSockActiveX
- 这个例子由程序员小辉编写,主要向大家介绍如何使用VC++创建一个标准的MFC WinSock ActiveX控件,源代码非常完整,提供接口、与相应事件挂钩。实例涉及到VARIANT、SAFEARRAY、BSTR的详细使用方法。另外还提供了WinSock的详细开发步骤,以及如何响应网络超时,网络断开的事件方法以及在VC、VB调用该控件的方法。-This example prepared by the programmer Xiaohui, mainly to tell you about how
tcpclient
- 这时Windows下的socket套接字编程的客户端,加入了超时重传机制-At this time, under Windows Sockets programming socket client, joined the retransmission timeout mechanism
timeout
- Microchip 公司推出的ENC28J60作为以太网控制器-WU
rip
- 本实验要求充分理解RIP协议,根据RIP协议的流程设计RIP协议的报文处理和超时处理函数,并实现如下功能:RIP报文有效性检查;处理Request报文;处理Response报文;路由表项超时删除;路由表项定时发送。 -In this study, the agreement calls for the full understanding of RIP, the agreement under the RIP process design RIP protocol packet processi
libevent-1.4.13-stable.tar
- 跨平台网络库libevent库最新稳定版本的源码,可以用来学习IOCP等网络编程。-libevent is an asynchronous event library. The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descr iptor or after a timeout has been reached.
Network_programming_TCP_timeout_and_retransmission
- 网络编程TCP的超时与重传Network programming TCP timeout and retransmission -Network programming TCP timeout and retransmission Network programming TCP timeout and retransmission
styleman_network
- styleman_network网络引擎v1.0简要说明: 本网络引擎100 保证数据包完整性,程序健壮无bug,无内存泄露,而且是线程安全的.服务端客户连接无限制. 引擎功能无任何限制.具体使用可参看例子. CreateNetXXX 和DestroyNetXXX 必须成对使用. 创建了当然要销毁. 网络引擎服务端默认30秒超时的心跳包时间.即客户连接到服务端,至少30秒以内要发送一包数据给服务端.可以自己设置心跳超时时间. 网络引擎服务端默认1
socket-file-ftp-for-timeout
- Socket 文件传递 超时功能 超过时间关闭套接字-socket file ftp timeout close when itis out
timeout-alarm
- 使用alarm函数完成网络的超时检测,对初学网络编程的初学者帮助很大-Completed using the alarm function timeout detection network, network programming for beginners great help for beginners
