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

Remove IPv6 ZoneID from ICE candidates #704

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

sirzooro
Copy link
Contributor

Link-local IPv6 addresses may have ZoneID attached at the end. It has local meaning only and should not be send to other parties. This change removes ZoneID from generated candidate string, and ignores ZoneID when received candidate is parsed.

Copy link

codecov bot commented Jun 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.20%. Comparing base (d8341e7) to head (de0a63a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #704      +/-   ##
==========================================
+ Coverage   79.13%   79.20%   +0.07%     
==========================================
  Files          41       41              
  Lines        3771     3775       +4     
==========================================
+ Hits         2984     2990       +6     
+ Misses        556      555       -1     
+ Partials      231      230       -1     
Flag Coverage Δ
go 79.20% <100.00%> (+0.07%) ⬆️
wasm 22.47% <100.00%> (+0.24%) ⬆️

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.

@sirzooro sirzooro force-pushed the remove_zoneid_from_candidate branch from 6b4bf29 to dd8b27b Compare June 30, 2024 20:18
@sirzooro sirzooro requested review from edaniels, m1k1o and boks1971 July 6, 2024 09:33
Copy link
Contributor

@boks1971 boks1971 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lg, just a small comment

@sirzooro sirzooro force-pushed the remove_zoneid_from_candidate branch from dd8b27b to 3d4fdad Compare July 6, 2024 12:34
Link-local IPv6 addresses may have ZoneID attached at the end. It has
local meaning only and should not be send to other parties. This change
removes ZoneID from generated candidate string, and ignores ZoneID
when received candidate is parsed.
@sirzooro sirzooro force-pushed the remove_zoneid_from_candidate branch from 3d4fdad to de0a63a Compare July 6, 2024 12:44
@sirzooro sirzooro merged commit 11845a7 into pion:master Jul 6, 2024
14 checks passed
sirzooro added a commit to sirzooro/pion_ice that referenced this pull request Jul 6, 2024
Link-local IPv6 addresses may have ZoneID attached at the end. It has
local meaning only and should not be send to other parties. This change
removes ZoneID from generated candidate string, and ignores ZoneID
when received candidate is parsed.
sirzooro added a commit that referenced this pull request Jul 6, 2024
Link-local IPv6 addresses may have ZoneID attached at the end. It has
local meaning only and should not be send to other parties. This change
removes ZoneID from generated candidate string, and ignores ZoneID
when received candidate is parsed.
@sirzooro sirzooro deleted the remove_zoneid_from_candidate branch July 7, 2024 15:09
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.

2 participants