Dear All,
In my application I need to send UDP packets to multiple destinations. To some destinations with some delay.
I want to avoid unnecesary payload copies in the IP stack.
I know that NDK provides sending without copy for the socket type raw. But I need to do the ARP address resolution. So I think I cannot use it for my application.
Does anyone have any idea how to achieve this?
Kind Regards,
Bernhard