summaryrefslogtreecommitdiff
path: root/vendor/github.com/ishidawataru/sctp/README.md
blob: 574ececa8626868c825a490469998d7af91de53b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
```