Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 406 Bytes

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