int sock = socket(AF_INET, SOCK_DGRAM, IPPROTO_SCTP);
the returned error is 93 on CentOS 3.2.63 and 10043 on windows 8 which means Protocol not supported. But I can open the socket successfully with socket type SOCK_RAW,SOCK_STREAM. Can't open with SOCK_SEQPACKET in windows 8 but can open in CentOS.