Skip to content
/ sctp Public
forked from ishidawataru/sctp

SCTP library for the Go programming language

License

Notifications You must be signed in to change notification settings

5l1v3r1/sctp

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%