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.
      
      Updated by zipeng wang about 9 years ago
      
    
    - Copied from Feature #3654: ioctl-based listNetworkInterfaces added
 
      
      Updated by Junxiao Shi over 8 years ago
      
    
    - Status changed from New to Abandoned
 
This is a duplicate of #3765 which is abandoned.
Actions