摘要: //原始套接字学习笔记之代码结构 /* *host端程序结构 */ #include <> #define .. //主函数 int main() { //建立发送线程 pthread_t pthread_send; //建立接收线程 pthread_t pthread_recv; //维持线程 w 阅读全文
posted @ 2016-02-25 16:54 贫贫贫贫僧 阅读(275) 评论(0) 推荐(0)