open-nomad/vendor/github.com/ishidawataru/sctp
Michael Schurter 0ed023c61a deps: updated libnetwork dep
Adding missing vendor files as well.
2020-06-18 11:05:31 -07:00
..
.gitignore deps: updated libnetwork dep 2020-06-18 11:05:31 -07:00
.travis.yml deps: updated libnetwork dep 2020-06-18 11:05:31 -07:00
GO_LICENSE Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
LICENSE Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
NOTICE Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
README.md Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
go.mod Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
ipsock_linux.go Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
sctp.go Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
sctp_linux.go Task DNS Options (#7661) 2020-06-18 11:01:31 -07:00
sctp_unsupported.go Task DNS Options (#7661) 2020-06-18 11:01:31 -07: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