ik5 / sctp

SCTP library for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream Control Transmission Protocol (SCTP)

Build Status

Examples

See example/sctp.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

About

SCTP library for the Go programming language

License:Apache License 2.0


Languages

Language:Go 100.0%