moby--moby/vendor/github.com/ishidawataru/sctp
Akihiro Suda 8e435b8279 Support SCTP port mapping (bump up API to v1.37)
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-02-20 11:15:36 +09: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 Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00
sctp_linux.go Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00
sctp_unsupported.go Support SCTP port mapping (bump up API to v1.37) 2018-02-20 11:15:36 +09:00

README.md

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