Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retract v3.2.28 #2727

Merged
merged 1 commit into from Apr 3, 2024
Merged

Retract v3.2.28 #2727

merged 1 commit into from Apr 3, 2024

Conversation

Sean-Der
Copy link
Member

@Sean-Der Sean-Der commented Apr 3, 2024

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.

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.
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (v3@4c25aa6). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff          @@
##             v3    #2727   +/-   ##
=====================================
  Coverage      ?   76.32%           
=====================================
  Files         ?       87           
  Lines         ?     9846           
  Branches      ?        0           
=====================================
  Hits          ?     7515           
  Misses        ?     1866           
  Partials      ?      465           
Flag Coverage Δ
go 77.86% <ø> (?)
wasm 64.44% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sean-Der Sean-Der merged commit eb6e395 into v3 Apr 3, 2024
11 of 13 checks passed
@Sean-Der Sean-Der deleted the retract-sctp branch April 3, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant