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

Take TCP Family into account before connecting #723

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

Sean-Der
Copy link
Member

Before if a user disabled TCPv6 (but enabled TCPv4) we would incorrectly start TCP connections over TCPv6 still.

Resolves pion/webrtc#2782

Before if a user disabled TCPv6 (but enabled TCPv4) we would incorrectly
start TCP connections over TCPv6 still.

Resolves pion/webrtc#2782
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.09%. Comparing base (5dfb91f) to head (60f8b70).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #723      +/-   ##
==========================================
- Coverage   79.11%   79.09%   -0.03%     
==========================================
  Files          41       41              
  Lines        3782     3783       +1     
==========================================
  Hits         2992     2992              
- Misses        558      559       +1     
  Partials      232      232              
Flag Coverage Δ
go 79.09% <100.00%> (-0.03%) ⬇️
wasm 22.45% <0.00%> (-0.01%) ⬇️

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 5d9b189 into master Aug 14, 2024
12 of 15 checks passed
@Sean-Der Sean-Der deleted the check-tcp-family branch August 14, 2024 18:56
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.

ICE connectivity checks are made for deselected network types
1 participant