-
阻塞模式TCP客户端服务器
使用VC6.0实现的TCP客户端程序。知识要点,TCP的消息机制。自定义的消息发送方法
- 2022-04-21 19:59:55下载
- 积分:1
-
linux 下实现网络代理功能的源码
linux 下实现网络代理功能的源码-agent network function source
- 2022-09-17 19:50:02下载
- 积分:1
-
采用WINSOCK2编写的TCP通信程序
采用WINSOCK2编写的TCP通信程序-WINSOCK2 prepared using TCP communication program
- 2022-04-01 20:23:53下载
- 积分:1
-
轻松实现FTP下载
轻松实现FTP下载-easily FTP downloads
- 2022-04-18 01:11:38下载
- 积分:1
-
从html中分析提取链接
从html中分析提取链接-from extracting html link analysis
- 2023-06-10 12:45:02下载
- 积分:1
-
一个不错的网络编程例子
一个不错的网络编程例子-a good example of Network Programming
- 2022-07-17 05:30:11下载
- 积分:1
-
在Visual Studio 2005环境下写的利用TcpClient类直接发送邮件和接收邮件的实例。界面简洁。可直接运行。...
在Visual Studio 2005环境下写的利用TcpClient类直接发送邮件和接收邮件的实例。界面简洁。可直接运行。-In Visual Studio 2005 environment, the use of written TcpClient class to send messages and receive messages directly to instance. Interface simple. Can be directly run.
- 2022-03-01 00:23:45下载
- 积分: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
-
Asp. Net free webchart
asp.net 的免费webchart -Asp. Net free webchart
- 2023-03-15 07:35:04下载
- 积分:1
-
udp编程 实现客户端与服务器通信
基于UDP通信模拟Go-Back N ARQ工作过程。UDP的客户端相当于ARQ的发送端,UDP的服务端相当于接收端。
需要模拟正常通信,发端数据出错、反向数据帧出错和反向数据帧过长导致确认超时三种类型的发端重传。
当发送窗口和接收窗口的大小都等于 1时,就是停止等待协议。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-23 10:02:53下载
- 积分:1