podman/vendor/github.com/ishidawataru/sctp
Valentin Rothberg d697456dc9 migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-06-24 13:20:59 +02:00
..
.gitignore migrate to go-modules 2019-06-24 13:20:59 +02:00
.travis.yml migrate to go-modules 2019-06-24 13:20:59 +02:00
LICENSE Vendor in latest Buildah 2019-04-16 15:20:17 -04:00
README.md Vendor in latest Buildah 2019-04-16 15:20:17 -04:00
sctp.go Vendor in latest Buildah 2019-04-16 15:20:17 -04:00
sctp_linux.go Vendor in latest Buildah 2019-04-16 15:20:17 -04:00
sctp_unsupported.go Vendor in latest Buildah 2019-04-16 15:20:17 -04:00

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