-
/*
例子二没有什么特别的。与例子一让大家学习如何默认设置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
-
windows上枚举网络连接的程序
windows上枚举网络连接的程序-windows on the enumeration process connected to a network
- 2022-04-14 15:34:37下载
- 积分:1
-
c#写的基于UDP的聊天程序
采用C#编写的基于UDP的通信,一个简单的聊天工具~~~亲手编写并测试通过,服务器端和客户端一对多通信,自定义数据包格式。代码中加了很多注释便于大家理解。
- 2022-02-05 14:58:42下载
- 积分:1
-
计算机网络(Kurose中文版,高等教育出版社)课件。
计算机网络(Kurose中文版,高等教育出版社)课件。-Computer Networking (James. F. Kurose,Higher Education Press )PPT.
- 2022-07-25 21:38:53下载
- 积分:1
-
一个简单的UDP网络聊天工具,包含客户端和服务器。
一个简单的UDP网络聊天工具,包含客户端和服务器。-A simple UDP network chat tool that includes client and server.
- 2022-08-22 12:30:54下载
- 积分:1
-
实例01
实例01-简单网络聊天室-01-Simple Network Chat Room
- 2022-01-21 22:17:26下载
- 积分:1
-
Asp. Net platform, suitable for learning to use, better Elective System
asp.net平台,适合学习使用,选课系统较完善-Asp. Net platform, suitable for learning to use, better Elective System
- 2023-08-17 11:30:03下载
- 积分:1
-
具有异形窗口的网络电话的程序
具有异形窗口的网络电话的程序-Profiled window with the telephone network procedures
- 2022-02-03 01:04:46下载
- 积分:1
-
网络编程套接字
应用背景网络程序的实现可以有多种方式,套接字是其中一种比较简单的实现方法,是连接应用程序与网络驱动程序的桥梁,计算机从网络上收到与该套接字绑定的IP地址和端口号相关的数据后,由驱动程序交给套接字,应用程序就可以从该套接字中提取接收到的数据。关键技术包括计算机网络基本知识,网络应用程序通过套接字进行数据的发送与接收。包括多线程和单线程不同方式通过网络传送数据。
- 2022-03-16 02:29:39下载
- 积分:1
-
TCP服务测试代码
使用客户端和服务端来测试TCP的联通性,并添加Makefile文件。
- 2023-01-13 11:00:04下载
- 积分:1