-
遍历文件夹下的所有文件
遍历文件夹下的所有文件-folder traversal of all documents
- 2022-01-22 05:29:27下载
- 积分:1
-
VC―网络与通信
VC―网络与通信-VC-networking and communications
- 2023-05-21 18:10:02下载
- 积分:1
-
一个检测网络信息的程序.
一个检测网络信息的程序.-a detection network information procedures.
- 2023-03-18 17:35:03下载
- 积分:1
-
心跳检测
判断对方(设备,进程或其它网元)是否正常动行,一般采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经当掉。用于检测TCP的异常断开。基本原因是服务器端不能有效的判断客户端是否在线也就是说,服务器无法区分客户端是长时间在空闲,还是已经掉线的情况。所谓的心跳包就是客户端定时发送简单的信息给服务器端告诉它我还在而已。代码就是每隔几分钟发送一个固定信息给服务端,服务端收到后回复一个固定信息。如果服务端几分钟内没有收到客户端信息则视客户端断开。比如有些通信软件长时间不使用,要想知道它的状态是在线还是离线就需要心跳包,定时发包收包。
- 2023-01-13 03:05:04下载
- 积分:1
-
socket example,包括客户和服务端的应用
socket example,包括客户和服务端的应用-socket example, including customer service and application end
- 2022-01-22 12:16:49下载
- 积分:1
-
一个不错的站内搜索源代码,喜欢的可以下载看看哦
一个不错的站内搜索源代码,喜欢的可以下载看看哦-A good Search source code can be downloaded like to see Oh
- 2022-05-05 19:43:01下载
- 积分:1
-
一个多线程扫描端口程序
一个多线程扫描端口程序-A multi-threaded scanning port procedures
- 2022-06-01 11:15:58下载
- 积分:1
-
embeded websever
embeded websever
- 2022-02-21 03:04:14下载
- 积分:1
-
网络嗅探sniffer
实现网络嗅探的功能,能够抓取网络报文,并显示网络报文数据。其中,使用socket原始套接字编程实现,在windows下面进行网络监听。
- 2022-04-27 20:13:10下载
- 积分:1
-
/*
例子二没有什么特别的。与例子一让大家学习如何默认设置session会话属性
session.SetDefaultPayloadType(96)...
/*
例子二没有什么特别的。与例子一让大家学习如何默认设置session会话属性
session.SetDefaultPayloadType(96)
session.SetDefaultMark(false)
session.SetDefaultTimestampIncrement(160)
这里port与destination的端口号设的不一样。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* Example 2 there is nothing special. With the example of one so that everyone learn how to set the default session attributes conversation session.SetDefaultPayloadType (96) session.SetDefaultMark (false) session.SetDefaultTimestampIncrement (160) here port and destination port number set up different. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-22 11:27:32下载
- 积分:1