本地socket通信
摘要:
1.serverView Code 20 #include <stdio.h> 21 #include <string.h> 22 #include <stdlib.h> 23 #include <unistd.h> 24 #include <sys/socket.h> 25 #include <sys/un.h> 26 27 #define PATH "./tt" 28 29 int main(int argc ,char *argv[]) 30 { 31 int sockfd = 0; 32 str 阅读全文
posted @ 2013-01-29 12:02 keep_simple 阅读(487) 评论(0) 推荐(0)
浙公网安备 33010602011771号