Description: 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.
To Search:
File list (Check if you may need any files):
twoUsers\client_2
........\client_2.c
........\server_2
........\server_2.c
twoUsers