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 b8fcf99 commit 1bbaaea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go.mod
Expand Up @@ -34,3 +34,7 @@ require (
golang.org/x/sys v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// 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 1bbaaea

Please sign in to comment.