Skip to content

fix handling of port 0 on multicast locator #1968

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wyfo
Copy link
Contributor

@wyfo wyfo commented May 27, 2025

When binding on port 0, the OS assigns the actual port. However, the multicast locator was stored without taking this potential port change.

When binding on port 0, the OS assigns the actual port. However,
the multicast locator was stored without taking this potential port
change.
@wyfo wyfo requested a review from OlivierHecart May 27, 2025 07:50
Copy link

PR missing one of the required labels: {'new feature', 'breaking-change', 'documentation', 'bug', 'internal', 'dependencies', 'enhancement'}

@wyfo wyfo added the api fix Correct API label May 27, 2025
Copy link

PR missing one of the required labels: {'bug', 'internal', 'documentation', 'new feature', 'breaking-change', 'enhancement', 'dependencies'}

@wyfo wyfo added bug Something isn't working and removed api fix Correct API labels May 27, 2025
@wyfo wyfo requested review from yellowhatter and removed request for OlivierHecart May 27, 2025 07:56
Copy link

codecov bot commented May 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.88%. Comparing base (c528884) to head (0f656d3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1968      +/-   ##
==========================================
- Coverage   70.91%   70.88%   -0.04%     
==========================================
  Files         364      364              
  Lines       61520    61525       +5     
==========================================
- Hits        43628    43611      -17     
- Misses      17892    17914      +22     

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

Copy link
Contributor

@yellowhatter yellowhatter left a comment

Choose a reason for hiding this comment

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

Nice catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants