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

multicast: fix receiver for IPv6 #50

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

maximilianfridrich
Copy link
Contributor

receiver.c had a check for IN_MULTICAST which only works for IPv4 multicast addresses. Now, it also checks for IPv6 multicast addresses.

" address\n", addr);
return EINVAL;
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

Module multicast should also work for unicast IP addresses.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@cspiel1 cspiel1 merged commit 243e870 into baresip:main Jun 27, 2024
6 checks passed
@maximilianfridrich maximilianfridrich deleted the multicast_ipv6_fix branch June 27, 2024 09:09
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.

None yet

2 participants