Hi All,
I want to create a raw socket and send igmp packets, but not able to achieve this. I am creating raw socket in a library (pushing this library into the android) and calling it in the android application.
I have also added "android.permission.INTERNET" in AndroidManifest.xml under permissions tab(is this must?). But still the packet is not going out.
Can anybody help me on this?
Thanks in advance
Harish