Skip to content

Conversation

@jech
Copy link
Member

@jech jech commented Dec 31, 2025

The only functional change is that the maximum number of probed
is reduced by 1, so that simulcastProbeCount is the actual number
of packets probed.

Fixes #3330

@codecov
Copy link

codecov bot commented Dec 31, 2025

Codecov Report

❌ Patch coverage is 92.30769% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.98%. Comparing base (d716c9b) to head (0756081).

Files with missing lines Patch % Lines
peerconnection.go 92.30% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3333      +/-   ##
==========================================
- Coverage   85.03%   84.98%   -0.06%     
==========================================
  Files          80       80              
  Lines        9491     9496       +5     
==========================================
- Hits         8071     8070       -1     
- Misses        999     1003       +4     
- Partials      421      423       +2     
Flag Coverage Δ
go 84.98% <92.30%> (-0.06%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jech jech force-pushed the simplify-handle-incoming-ssrc branch 3 times, most recently from c401779 to 807b205 Compare December 31, 2025 12:42
The only functional change is that the maximum number of probed
is reduced by 1, so that simulcastProbeCount is the actual number
of packets probed.
@jech jech force-pushed the simplify-handle-incoming-ssrc branch from 807b205 to 0756081 Compare December 31, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

handleIncomingSSRC got me confused

1 participant