Files
podman/vendor/github.com/ishidawataru/sctp
Daniel J Walsh 141c7a5165 Vendor in buildah 1.9.2
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-07-30 16:48:18 -04:00
..
2019-07-30 16:48:18 -04:00
2019-07-30 16:48:18 -04:00
2019-07-30 16:48:18 -04:00
2019-07-30 16:48:18 -04:00
2019-04-16 15:20:17 -04:00
2019-04-16 15:20:17 -04:00
2019-07-30 16:48:18 -04:00
2019-07-30 16:48:18 -04:00
2019-07-30 16:48:18 -04: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