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 local interfaces = output for TCP transport #3432

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

bernardnormier
Copy link
Member

and partially for the UDP transport.

Fixes #3430.

{
os << "\nlocal interfaces = ";
os << IceInternal::joinString(intfs, ", ");
vector<string> intfs = getInterfacesForMulticast(_mcastInterface, getProtocolSupport(_mcastAddr));
Copy link
Member Author

Choose a reason for hiding this comment

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

I kept the similar UDP multicast logic/output.

getInterfacesForMulticast is called by setMcastGroup, which is itself called by UdpTransceiver::bind.

@bernardnormier bernardnormier merged commit c4c025e into zeroc-ice:main Jan 27, 2025
23 checks passed
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.

local interfaces Network trace
3 participants