Files
nomad/vendor/github.com/ishidawataru/sctp
Michael Schurter affcc4d624 deps: updated libnetwork dep
Adding missing vendor files as well.
2020-06-18 11:05:31 -07:00
..
2020-06-18 11:05:31 -07:00
2020-06-18 11:05:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00
2020-06-18 11:01:31 -07:00

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