tree: c679ae6afb3d4c36b053b20a2c3b2747ac60d4b5 [path history] [tgz]
  1. go.mod
  2. GO_LICENSE
  3. ipsock_linux.go
  4. LICENSE
  5. NOTICE
  6. README.md
  7. sctp.go
  8. sctp_linux.go
  9. 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