sctp_test 怎么运行

sctp_test 如何运行sctp_test 如何运行sctp_test -H 192.168.1.250 -P 15000 -llocal:addr192.168.1.250,

sctp_test 如何运行
sctp_test 如何运行

sctp_test -H 192.168.1.250 -P 15000 -l  
local:addr=192.168.1.250, port=15000, family=2
seed = 1249022675

Starting tests...
  socket(SOCK_SEQPACKET, IPPROTO_SCTP)

  *** socket: failed to create socket: Socket type not supported ***

这个错误怎么解决啊

[解决办法]
IPPROTO_SCTP 这种类型的socket不支持,就是SCTP socket。
系统里头根本就是没有SCTP啥的。。。
你用的什么系统?
估计不是所有内核都支持SCTP的

- 千里孤行