NDK programing for Android in C language: I need to create a ICMP socket with the following code:
socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP)
It fails. Does somebody know why?
NDK programing for Android in C language: I need to create a ICMP socket with the following code:
socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP)
It fails. Does somebody know why?