podman/vendor/github.com/ishidawataru/sctp
Daniel J Walsh 96de762eed
Update to the latest version of buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-02-19 16:04:00 -05:00
..
.gitignore Vendor in buildah 1.9.2 2019-07-30 16:48:18 -04:00
.travis.yml Update to the latest version of buildah 2020-02-19 16:04:00 -05:00
go.mod Update to the latest version of buildah 2020-02-19 16:04:00 -05:00
GO_LICENSE Vendor in buildah 1.9.2 2019-07-30 16:48:18 -04:00
ipsock_linux.go Update to the latest version of buildah 2020-02-19 16:04:00 -05:00
LICENSE Vendor in latest Buildah 2019-04-16 15:20:17 -04:00
NOTICE Update to the latest version of buildah 2020-02-19 16:04:00 -05:00
README.md Vendor in latest Buildah 2019-04-16 15:20:17 -04:00
sctp.go Update to the latest version of buildah 2020-02-19 16:04:00 -05:00
sctp_linux.go Update to the latest version of buildah 2020-02-19 16:04:00 -05:00
sctp_unsupported.go Update to the latest version of buildah 2020-02-19 16:04:00 -05: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