UDPchatroom
===========
##linux下基于UDP的控制台聊天室
make编译
服务器窗口运行:./chatServer
客服端窗口执行./chatClient localhost 8888 1
1是用户id,只能是数字1-9,localhost可以换成主机ip或者127.0.0.1
客户端:群聊格式:0+信息内容(如:0hi)
私聊格式:用户id+信息内容(如:1hello)
服务器:广播格式:0+信息内容(如:0hi)
注:如果make时遇到File `Makefile' has modification time 32 s in the future,
重设系统时间,设置为和PC机大致相同。
=================================================================================
name: 邱意
QQ: 178673693
time: 2014.11.19
version:1.0
1