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
CarlosEDP ca89db221f
Update modules to support riscv64
Signed-off-by: CarlosEDP <me@carlosedp.com>
(cherry picked from commit 9eaab0425b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-16 18:34:16 +02:00
..
GO_LICENSE Update modules to support riscv64 2019-09-16 18:34:16 +02:00
ipsock_linux.go Update modules to support riscv64 2019-09-16 18:34:16 +02:00
LICENSE Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00
README.md Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00
sctp.go Update modules to support riscv64 2019-09-16 18:34:16 +02:00
sctp_linux.go Update modules to support riscv64 2019-09-16 18:34:16 +02:00
sctp_unsupported.go Update modules to support riscv64 2019-09-16 18:34:16 +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