Does the Froyo kernel ( 2.6.32-9) support DCCP sockets ?
Apparently SOCK_DCCP is not defined in "android-8/arch-arm/usr/include/
sys/socket.h"

When i try to define that myself and create socket:
socket(PF_INET, SOCK_DCCP, IPPROTO_DCCP)

- there's error message "socket is not supported"
If I try "socket(PF_INET, SOCK_DGRAM, IPPROTO_DCCP)" - i have
"protocol not supported"
Is there support for DCCP in android kernel, or is this NDK build
issue?
Thanks,
-V

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to