Skip to content

Tags: pion/sctp

Tags

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Update readme with implemented specs

v1.9.5

Toggle v1.9.5's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Unblock blocking writes on close

v1.9.4

Toggle v1.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement SCTP Negotiation Acceleration Protocol (SNAP) (#449)

This commit adds a createAssociationWithOutOfBandTokens method
that creates the SCTP association with a local and remote sctp-init
token as described in draft-hancke-tsvwg-snap-00.

Tokens can be generated using the newly added GenerateOutOfBandToken
method and set in the sctp.Config as LocalSctpInit and RemoteSctpInit.

This allows the peer connection to generate and negotiate the
sctp-init attribute in the SDP which skips two network round trips.

See https://datatracker.ietf.org/doc/draft-hancke-tsvwg-snap/

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed shutdown race where ABORT is not sent (#456)

Fix a shutdown race where Association.Abort() could return without
the ABORT being written, which in turn can delay peer-side close
detection (e.g. webrtc.SCTPTransport.OnClose) and cause intermittent
timeouts.

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Exit fast recovery outside guard

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Upgrade to pion/transport/v4

v1.9.0

Toggle v1.9.0's commit message
Fix RACK recording time for all segments

v1.8.41

Toggle v1.8.41's commit message

Verified

This commit was signed with the committer’s verified signature.
JoTurk Jo Turk
Fix a deadlock with Abort

Fix a deadlock with write and read on abort.
more likely to happen with tcp.

Co-authored-by: boks1971 <raja.gobi@tutanota.com>

v1.8.40

Toggle v1.8.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Retract v1.8.12 due to ZeroChecksum misinterpretation (#398)

v1.8.39

Toggle v1.8.39's commit message
Allow MTU to be set via Config