Skip to content

How can i send igmpv3 query from igmp proxy?  #55

@nghiasoft

Description

@nghiasoft

I need to configure my router as a downstream with igmpv3, currently igmpproxy builds igmp
query membership message by:
{code}
static void buildIgmp(uint32_t src, uint32_t dst, int type, int code, uint32_t group, int datalen) {
struct ip *ip;
struct igmp *igmp;
{code}

So should i change struct igmp to struct igmpv3 in https://github.com/afabbro/netinet/blob/master/igmp.h? i have tried it but look likes it does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions