摘要: 1 /** 2 *initserver.c 3 **/ 4 5 #include <stdio.h> 6 #include <stdlib.h> 7 #include <sys/socket.h> 8 #include <netinet/in.h> 9 #include <syslog.h>10 #include <errno.h>11 12 int13 initserver(int type, const struct sockaddr *addr, socklen_t alen, int qlen)14 {15 int 阅读全文
posted @ 2012-10-05 15:18 leealways87 阅读(287) 评论(0) 推荐(0) 编辑