mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8e435b8279
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp> Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
18 lines
406 B
Markdown
18 lines
406 B
Markdown
Stream Control Transmission Protocol (SCTP)
|
|
----
|
|
|
|
[![Build Status](https://travis-ci.org/ishidawataru/sctp.svg?branch=master)](https://travis-ci.org/ishidawataru/sctp/builds)
|
|
|
|
Examples
|
|
----
|
|
|
|
See `example/sctp.go`
|
|
|
|
```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
|
|
```
|