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