moby/vendor/github.com/ishidawataru/sctp
Sebastiaan van Stijn 893d28469f
vendor: github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
- Prevent from descriptor leak
- Fixes optlen in getsockopt() for s390x

full diff: 9a39160e90...7ff4192f6f

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-08 22:34:51 +02:00
..
.gitignore vendor: regenerate 2022-01-18 15:46:04 +01:00
.travis.yml vendor: regenerate 2022-01-18 15:46:04 +01:00
GO_LICENSE Update modules to support riscv64 2019-06-29 18:45:42 +00:00
ipsock_linux.go vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +02:00
LICENSE Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00
NOTICE vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +02:00
README.md Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00
sctp.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00
sctp_linux.go vendor: github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 2023-04-08 22:34:51 +02:00
sctp_unsupported.go vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +02: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