Hi team,
The customer would like to know what's the default size of the receive buffer for UDP and how to modify it. Thanks.
Best Regards,
Cherry
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi team,
The customer would like to know what's the default size of the receive buffer for UDP and how to modify it. Thanks.
Best Regards,
Cherry
Hi Cherry,
You can set the size of the buffer using sl_recvfrom API. The maximum length of receive is 16000 bytes.
You can read more about sl_recvfrom in the Host Driver API Documentation in the CC3220 Simplelink SDK.