diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-04-14 14:07:42 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-04-16 15:20:17 -0400 |
commit | 024ae24f14a405cd0db40c52ef9d651a8d3ea6a9 (patch) | |
tree | 17d3309354ae33b50d35f68360747a8dcf60b48e /vendor/github.com/ishidawataru/sctp/README.md | |
parent | a87cf6fef8f84ded410d547aa772b8f942c5f273 (diff) | |
download | podman-024ae24f14a405cd0db40c52ef9d651a8d3ea6a9.tar.gz podman-024ae24f14a405cd0db40c52ef9d651a8d3ea6a9.tar.bz2 podman-024ae24f14a405cd0db40c52ef9d651a8d3ea6a9.zip |
Vendor in latest Buildah
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'vendor/github.com/ishidawataru/sctp/README.md')
-rw-r--r-- | vendor/github.com/ishidawataru/sctp/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/github.com/ishidawataru/sctp/README.md b/vendor/github.com/ishidawataru/sctp/README.md new file mode 100644 index 000000000..574ececa8 --- /dev/null +++ b/vendor/github.com/ishidawataru/sctp/README.md @@ -0,0 +1,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 +``` |