sctp icon indicating copy to clipboard operation
sctp copied to clipboard

SCTP library for the Go programming language

Results 22 sctp issues
Sort by recently updated
recently updated
newest added

The code line `*rcvbuf, err = wconn.GetWriteBuffer()` in the server section of the sctp.go example is using GetWriteBuffer() instead of the correct GetReadBuffer() function.

I noticed when we call sctp.Dial on a mac machine if the server is not listening at that moment, dial function does not return. However the same code on a...

We're observing non-deterministic test failures on CI: ``` starting phase `check' --- FAIL: TestSCTPConcurrentAccept (1.49s) sctp_test.go:117: # of failed Dials: 2 FAIL FAIL github.com/ishidawataru/sctp 5.824s FAIL command "go" "test" "github.com/ishidawataru/sctp"...

Hi Team, I am using this package for my project. I am just curious whether this package support multi-homing feature or not. I tried to setup multi-homing connection but getting...

Hi , is this library compatible with the linux SCTP kernel module which supports 4960. We plan to use this with Centos7.6 or Ubuntu 20.04

In order to support higher level authentication such as DTLS over SCTP, it requires that the SCTP implementation support RFC4895. https://tools.ietf.org/html/rfc4895 I do not see a way in the current...

I have test the code like following: In short it's just goroutine the `accept` and close the listener. In TCP test, `accept` will return error and we can use error...

What: I need an API or method when creating an SCTPConn to set a DSCP value in the ipv4 ToS field or ipv6 Traffic Class field when sending SCTP data....