Skip to content

Commit

Permalink
Retract v3.2.28
Browse files Browse the repository at this point in the history
The SCTP implementation used in v3.2.28 fails to establish a connection
with other WebRTC implementations. The implementation of ZeroChecksum
assumes incorrectly that the feature is bi-directional

SCTP ZeroChecksum is actually a uni-directional feature which causes the
Assocations to be unable to communicate.
  • Loading branch information
Sean-Der committed Apr 3, 2024
1 parent 4c25aa6 commit eb6e395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Expand Up @@ -22,3 +22,7 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.20.0
)

// SCTP ZeroChecksum implementation has a interoperability bug
// 3.2.28 can only work against itself, not other versions of webrtc
retract v3.2.28

0 comments on commit eb6e395

Please sign in to comment.