socket编程之SCTP的实现
摘要:
SCTP 学习小程序[borrow from internet]ubuntu 下安装 libsctp, lksctp(不行的话在redHat下试验)apt-get install libsctp lksctp服务端程序 1: #include <stdio.h> 2: #include <stdlib.h> 3: #include <string.h> 4: #include <sys/types.h> 5: #include <sys/socket.h> 6: #include <netinet/in.h> 7: #in 阅读全文
posted @ 2011-08-09 13:40 原来... 阅读(8432) 评论(1) 推荐(1)