kubernetes/vendor/github.com/ishidawataru/sctp
2021-02-28 15:17:29 -08:00
..
.gitignore agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
.travis.yml agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
GO_LICENSE agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
ipsock_linux.go agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
LICENSE agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
README.md agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
sctp_linux.go agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
sctp_unsupported.go agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01:00
sctp.go agnhost: add SCTP support to netexec 2020-03-04 23:34:15 +01: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