diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-17 06:50:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 06:50:48 -0700 |
commit | d0c5e216ca508d195b805d0e48b159cfbff868a9 (patch) | |
tree | 17d3309354ae33b50d35f68360747a8dcf60b48e /vendor/github.com/ishidawataru/sctp/README.md | |
parent | a87cf6fef8f84ded410d547aa772b8f942c5f273 (diff) | |
parent | 024ae24f14a405cd0db40c52ef9d651a8d3ea6a9 (diff) | |
download | podman-d0c5e216ca508d195b805d0e48b159cfbff868a9.tar.gz podman-d0c5e216ca508d195b805d0e48b159cfbff868a9.tar.bz2 podman-d0c5e216ca508d195b805d0e48b159cfbff868a9.zip |
Merge pull request #2931 from TomSweeneyRedHat/dev/tsweeney/venbuildah
Vendor in latest Buildah
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 +``` |