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

Source specific query IPv4 #6

Open
zappasodi opened this issue Mar 15, 2019 · 1 comment
Open

Source specific query IPv4 #6

zappasodi opened this issue Mar 15, 2019 · 1 comment

Comments

@zappasodi
Copy link

when omcproxy build a source specific query in ipv4 doesn't set the correct number of sources.
See igmp_send_query
query.q.srcs[cnt] = querier_unmap(&s->addr);
...
query.q.nsrcs = htons(cnt);

It should increase cnt, like in IPv6 mld_send_query

@NeoFive
Copy link

NeoFive commented Sep 4, 2019

Multicast has to work in IGMPv3 SSM mode

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

No branches or pull requests

2 participants