CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Posts
    61

    Multicast w/ IGMP

    Can I use winsock to join a multicast group and send/recieve multicasts transmissions? It seems that the key player in this is talking IGMP to join the multicast group.

    thanks,
    Devan

  2. #2
    Join Date
    Feb 2003
    Posts
    35
    You can.
    Winsock performs all necessary IGMP operations.
    Refer to WSASocket(), WSAJoinLeaf() and WSAIoctl()...
    Good luck.

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width