Categorygithub.com/loxilb-io/sctp
repositorypackage
0.0.0-20240912025756-01894eac308b
Repository: https://github.com/loxilb-io/sctp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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