This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

about local socket

Hi all , 

       I want to porting some function from linux which use a lot of local socket communication .But  I did not see any local socket information on NDK spec (spru524h.pdf) . But  I see  there is a special domain AF_TASK on header file(socket.h) ! Is that for local socket communication ? Why there is no description on spec ? Compared with other way (ex:queue),use socket communication between tasks have any drawback? 

ndk version : 2_21_01_38

Brenden