linux socket 多人聊天软件,Linux Socket编程---TCP实现多客户端的网络聊天室
#include//打开文件intfd;//客户端socketintclient_sock;//文件路径charpath[100];//段口号charport[100];//发送线程void*sendsocket(void*arg){//接受socketintst=*(int*)arg;charsendbuffer[100];charwritebuffer[100];while(1){//向服务器