tree: b6422f19c53bea5aa8e87f2126d8472627eeece3 [path history] [tgz]
  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