I have been trying to port some software to linux that I have gotten to run under MSWindows. I can't for the life of me get a simple packet program to work under linux and I don't see why it doesn't work 
I have verified that tcpdump is getting packets from the address that I add membership to on the given interface in my program, and I am also able to get packets under the MSWindows program, so it is definetly my port of the program to linux that is at fault.
Does someone know of a simple linux example program in C/C++ with source that shows how to do the simplest UDP multicast packet recvfrom?
nitro
I have verified that tcpdump is getting packets from the address that I add membership to on the given interface in my program, and I am also able to get packets under the MSWindows program, so it is definetly my port of the program to linux that is at fault.
Does someone know of a simple linux example program in C/C++ with source that shows how to do the simplest UDP multicast packet recvfrom?
nitro
nitro