摘要: 一.背景 好久没有进行linux下的socket编程了,复习一下 二.服务端完整代码 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <sys/types.h> #inclu 阅读全文
posted @ 2018-06-21 12:44 Jello 阅读(209) 评论(0) 推荐(0)