gatus/vendor/github.com/ishidawataru/sctp
Ian Chen fa47a199e5
feat: support SCTP & UDP as endpoint type (#352)
* feat: support SCTP & UDP as endpoint type

* update README

* modify endpoint type test for sctp & udp
2022-11-09 19:22:13 -05:00
..
.gitignore feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
.travis.yml feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
GO_LICENSE feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
ipsock_linux.go feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
LICENSE feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
NOTICE feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
README.md feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
sctp_linux.go feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
sctp_unsupported.go feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -05:00
sctp.go feat: support SCTP & UDP as endpoint type (#352) 2022-11-09 19:22:13 -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