2015年10月26日

Linux下UDP通讯开发

摘要: 服务器部分#include"protocol.h"#include"sys/types.h"#include"sys/socket.h"#include"string.h"#include"stdio.h"#include"stdlib.h"#include"netinet/in.h"#includ... 阅读全文

posted @ 2015-10-26 12:50 记住我叫王凯 阅读(182) 评论(0) 推荐(0) 编辑

linux 下的socket 客户端开发

摘要: /*#define EXIT -1#define USER 1 #define MSG 2#define OK 3#define CMSGLEN 100struct CLIENTMSG{int OP;char username[20];char buf[CMSGLEN];};*/#include... 阅读全文

posted @ 2015-10-26 12:42 记住我叫王凯 阅读(337) 评论(0) 推荐(0) 编辑

导航