tree: 1a1278adc8f3eb4cd60a6fc6a8dcf561c8595707
  1. .gitignore
  2. .travis.yml
  3. GO_LICENSE
  4. ipsock_linux.go
  5. LICENSE
  6. NOTICE
  7. README.md
  8. sctp.go
  9. sctp_linux.go
  10. 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