An Implementation of the SCTP Socket API (RFC6458) for Go
Find a file
Stefan Tatschner 1440e45c31 GetStatus at least delivers data
I have no idea if the data is correctly parsed. :D
2020-09-02 17:19:35 +02:00
bin Make client server example a bit more featureful 2020-09-01 22:27:05 +02:00
.gitignore Implement SetKeepAlivePeriod 2020-09-02 11:31:37 +02:00
go.mod Add first code for the library 2020-09-01 22:05:55 +02:00
go.sum Add first code for the library 2020-09-01 22:05:55 +02:00
helper.go Do some helper cleanup 2020-09-02 11:35:06 +02:00
LICENSE Initial commit 2020-09-01 13:43:16 +02:00
sctp.go GetStatus at least delivers data 2020-09-02 17:19:35 +02:00
sctp_unix.go GetStatus at least delivers data 2020-09-02 17:19:35 +02:00
types.go GetStatus at least delivers data 2020-09-02 17:19:35 +02:00