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