Click here to Skip to main content
15,914,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Corrupted arguments in WinMain Pin
Neville Franks12-Aug-04 11:22
Neville Franks12-Aug-04 11:22 
GeneralRe: Corrupted arguments in WinMain Pin
Tim Smith13-Aug-04 3:54
Tim Smith13-Aug-04 3:54 
GeneralWheel issue Pin
smack_2k212-Aug-04 8:51
smack_2k212-Aug-04 8:51 
GeneralPrintPreview Pin
act_x12-Aug-04 8:49
act_x12-Aug-04 8:49 
GeneralSerial Communication and Picture Display in MFC Pin
JeremieJ12-Aug-04 8:36
JeremieJ12-Aug-04 8:36 
GeneralRe: Serial Communication and Picture Display in MFC Pin
mahade112-Aug-04 19:45
mahade112-Aug-04 19:45 
GeneralRe: Serial Communication and Picture Display in MFC Pin
JeremieJ12-Aug-04 21:56
JeremieJ12-Aug-04 21:56 
GeneralIGMP and Joining a Multicast Pin
byrd_cam12-Aug-04 8:35
byrd_cam12-Aug-04 8:35 
I am trying to write some C++ code (on a Linux machine) that will allow me to join a multicast group. I have successfully coded and compiled a basic program using setsockopt() and the optnames IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP.

I am aware that without notifying the router (via the IGMP protocol) I am limited to receiving only multicasts originating from hosts on my side of the router.

My question is....Has my call to setsockopt() automatically sent and IGMP packet to the router? If not, does anyone have any C++ code that demonstrates the implementation of the IGMP protocol?

Thanks!!


Cameron
GeneralRe: IGMP and Joining a Multicast Pin
Ryan Binns12-Aug-04 21:04
Ryan Binns12-Aug-04 21:04 
GeneralPrintPreview Pin
act_x12-Aug-04 6:51
act_x12-Aug-04 6:51 
Generalhandling public and private structs Pin
elephantstar12-Aug-04 6:42
elephantstar12-Aug-04 6:42 
GeneralProblem with enum Pin
BlackDice12-Aug-04 5:54
BlackDice12-Aug-04 5:54 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 6:07
David Crow12-Aug-04 6:07 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:14
BlackDice12-Aug-04 6:14 
GeneralRe: Problem with enum Pin
Navin12-Aug-04 6:34
Navin12-Aug-04 6:34 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:49
BlackDice12-Aug-04 6:49 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 6:36
David Crow12-Aug-04 6:36 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:42
BlackDice12-Aug-04 6:42 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 7:28
David Crow12-Aug-04 7:28 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 7:41
BlackDice12-Aug-04 7:41 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 8:19
David Crow12-Aug-04 8:19 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 9:01
BlackDice12-Aug-04 9:01 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 9:25
David Crow12-Aug-04 9:25 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:56
BlackDice12-Aug-04 6:56 
GeneralRe: Problem with enum Pin
mahade112-Aug-04 20:14
mahade112-Aug-04 20:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.