1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/vendor/github.com/ishidawataru/sctp
Sascha Grunert c5c8653912 Update sctp package
This commit updates the vendored ishidawataru/sctp and adapts its used
types.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-24 17:26:33 +02:00
..
GO_LICENSE Update sctp package 2019-06-24 17:26:33 +02:00
ipsock_linux.go Update sctp package 2019-06-24 17:26:33 +02:00
LICENSE Support SCTP port mapping 2018-02-13 16:01:03 +09:00
README.md Support SCTP port mapping 2018-02-13 16:01:03 +09:00
sctp.go Update sctp package 2019-06-24 17:26:33 +02:00
sctp_linux.go Update sctp package 2019-06-24 17:26:33 +02:00
sctp_unsupported.go Update sctp package 2019-06-24 17:26:33 +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