文件名称:twoUsers
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-03-04
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个文件夹里是2个用户的通信程序源代码和编译后的程序文件。
使用方法:
先运行server_2文件,
例如以本机为服务器地址,监听端口为7999,最大连接数为1(本次实验中没有用到,只是作为listen函数的变量)
./server_2 7999 1
运行client_2文件
在已知服务器地址为ip6_addr和端口号的情况下
./client_2 ip6_addr 7999
然后即可开始正常的聊天。-This folder is a file 2 user communication program source code and compile the program.
How to use:
First run server_2 file
For example, the machine as the server address, listening port 7999, the maximum number of connections to 1 (not used in the experiment, just listen function variables)
./server_2 7999 1
The run client_2 file
In the case of known the server address ip6_addr and port number the
./client_2 ip6_addr 7999
You can then start a normal chat.
使用方法:
先运行server_2文件,
例如以本机为服务器地址,监听端口为7999,最大连接数为1(本次实验中没有用到,只是作为listen函数的变量)
./server_2 7999 1
运行client_2文件
在已知服务器地址为ip6_addr和端口号的情况下
./client_2 ip6_addr 7999
然后即可开始正常的聊天。-This folder is a file 2 user communication program source code and compile the program.
How to use:
First run server_2 file
For example, the machine as the server address, listening port 7999, the maximum number of connections to 1 (not used in the experiment, just listen function variables)
./server_2 7999 1
The run client_2 file
In the case of known the server address ip6_addr and port number the
./client_2 ip6_addr 7999
You can then start a normal chat.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
twoUsers\client_2
........\client_2.c
........\server_2
........\server_2.c
twoUsers