How to increase the size of the received data on QCA Demo

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to increase the size of the received data on QCA Demo

419 Views
danielkrol
Contributor III

Hi,
I'm using the WiFi 10 Click board (SX-ULPAN-2401) with LPC55s69 EVK. In the QCA Demo example there is an httpGet function (file wlan_qcom.c), inside which it is located: int recvLen = qcom_recv (sock, & response_data, 1400, 0);

I need to increase the size of the received data (zero-copy buffer) to receive a JSON file larger than 1400B. Increasing the size "1400" has no effect.

Is it possible to increase the size of the received data?

Regards,
Daniel

0 Kudos
0 Replies