Actions
Feature #3770
closedioctl-based listNetworkInterfaces
Start date:
09/08/2016
Due date:
% Done:
0%
Estimated time:
Description
Listing available interfaces is necessary to enable multicast Faces.
Currently, listNetworkInterfaces function is implemented based on getifaddrs.
On some platforms, including Android NDK, getifaddrs is unavailable.
However, similar functionality, at least in the simplified form, can be implemented using direct ioctl system calls.
This task is to make ioctl based implementation of listNetworkInterfaces method, at the minimum targeting Android 19 platform.
Actions