1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/github.com/ishidawataru/sctp
Sebastiaan van Stijn 22b9e2a7e5
vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be
full diff: 6e2cb13661...f2269e66cd

- support SO_SNDBUF/SO_RCVBUF handling
- Support Go Modules
- license clarificaton
- ci: drop 1.6, 1.7, 1.8 support
- Add support for SocketConfig
- support goarch mips64le architecture.
- fix possible socket leak when bind fails

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-25 11:36:11 +02:00
..
go.mod vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +02:00
GO_LICENSE
ipsock_linux.go vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +02:00
LICENSE
NOTICE vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +02:00
README.md
sctp.go vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +02:00
sctp_linux.go vendor: github.com/ishidawataru/sctp f2269e66cdee387bd321445d5d300893449805be 2021-05-25 11:36:11 +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