基本SCTP套接字编程常用函数 sctp_bindx函数:允许SCTP套接字捆绑一个特定地址子集 #include <netinet/sctp.h> // 若成功返回0,出错返回-1 int sctp_bindx(int … 继续阅读 基本SCTP套接字编程常用函数