Hi All,
V1.11.1 + CC3000. Use case is that I have a UDP socket bound to a port. Receiving packets from a far end and sending immediate response. The packets ultimately come from an app with a UI so latency here is very important.
My observation is that I see a packet leaving my AP, hits my CC3000, transferred to host by polling, processed, then response is submitted to the CC3000. Picking up the packet seems ok, and processing time is tens of milliseconds, then it is submitted to the CC3000. Now there seems a peculiarly long delay before the CC3000 submits the packe to the network. I am attempting to run this send / receive fast enough to make client UI responsive. But the latency introduced by the CC3000 is killing responsiveness.
Is there a technical explanation for why the CC3000 seems so slow?
Is there a configuration that can be used to improve this?
Thanks for your advice,
Ciarán Mac Aonghusa