mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 19:27:58 +00:00
18 lines
406 B
Markdown
18 lines
406 B
Markdown
Stream Control Transmission Protocol (SCTP)
|
|
----
|
|
|
|
[](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
|
|
```
|