tree: 41becb508106ff49b408dec6e7aafe8a33ca90d1 [path history] [tgz]
  1. GO_LICENSE
  2. ipsock_linux.go
  3. LICENSE
  4. README.md
  5. sctp.go
  6. sctp_linux.go
  7. sctp_unsupported.go
vendor/github.com/ishidawataru/sctp/README.md

Stream Control Transmission Protocol (SCTP)

Build Status

Examples

See example/sctp.go

$ cd example
$ go build
$ # run example SCTP server
$ ./example -server -port 1000 -ip 10.10.0.1,10.20.0.1
$ # run example SCTP client
$ ./example -port 1000 -ip 10.10.0.1,10.20.0.1