Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6551873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:23:29+00:00 2026-05-25T12:23:29+00:00

In IPv4, [Version 3 of IGMP adds support for source filtering, that is, the

  • 0

In IPv4, [Version 3 of IGMP adds support for “source filtering”, that is, the ability for a system to report interest in receiving packets *only* from specific source addresses.][1]

I am using IGMPv3 in a C# application to support this behaviour. Here is how I do it.

I am now in the process to add support to IPv6 in my application and I need to get the same behaviour as in IPv4. From what I’ve read, the equivalent protocol to IGMPv3 in IPv6 is MLDv2. Has someone any idea on how to implement this in C# with Socket?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T12:23:29+00:00Added an answer on May 25, 2026 at 12:23 pm

    The RFC3678 protocol independent API is only available in Vista+ which might explain the problem.

    If C# runtime does fully support IPv6 you will have to try to match the GROUP_REQ or GROUP_SOURCE_REQ structures. There is no IPv6 specific API for SSM matching the IPv4 API because developers finally abandoned the inane duplication of APIs and finally settled on the one super set.

    It is unfortunately likely that C# implements ipv6_mreq for AddMembership and AddSourceMembership fails. The documentation is completely absent on detail.

    All the SocketOptionName values required are not defined in C#:

    /* RFC 3678 */
    #define MCAST_JOIN_GROUP       41
    #define MCAST_LEAVE_GROUP      42
    #define MCAST_BLOCK_SOURCE     43
    #define MCAST_UNBLOCK_SOURCE   44
    #define MCAST_JOIN_SOURCE_GROUP        45
    #define MCAST_LEAVE_SOURCE_GROUP       46
    #define MCAST_MSFILTER         47
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ipv4 server that only accepts connections over localhost (using INADDR_LOOPBACK ).
What is a regex that can find a routable IPv4 addresses only? EG, does
I've got some code here that works great on IPv4 machines, but on our
Is it safe to assume that $_SERVER['REMOTE_ADDR'] always returns a IPv4 address ? Thanks!
I have a variable that contains a 4 byte, network-order IPv4 address (this was
I have application that uses IPv4 addresses (it stores them as long), so it
I have an InterfaceAddress that returns an ipv4 address (4 octets). However the network
Excluding options field in IPv4 header, after 20 bytes of header, data follows. That
I want to create a socket for accessing IPv4 packets from data link layer.
I am implementing dual stack mode to support IPv4 and IPv6. If I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.