Remark about NETLINK

https://en.wikipedia.org/wiki/Netlink
This commit is contained in:
M66B 2016-02-12 09:25:31 +01:00
parent 38ba3513c0
commit 70ef2d4303
1 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,8 @@ jint get_uid(const int protocol, const int version,
gettimeofday(&start, NULL);
#endif
// NETLINK is not available on Android due to SELinux policies :-(
// Get proc file name
char *fn = NULL;
if (protocol == IPPROTO_ICMP && version == 4)