Does NDK support zero-copy transfers?
Zero-copy receive transfers are supported in NDK through the functions recvnc() and recvncfrom(). However, this mechanism is not yet implemented in NDK for sending packets (but it is in the product’s roadmap). For additional information, please check section 3.3.2 of NDK Programmer’s Guide (SPRU524).