Other Parts Discussed in Thread: SYSCONFIG
Hi,
I am using HTTP client example program from TI Simplelink SDK. I am downloading 4MB file size from HTTP server. This data is downloaded in chunk of 16KB. Hence API - HTTPClient_readResponseBody(httpClientHandle, data, sizeof(data),&moreDataFlag); is called repeatedly.
However, if network is disconnected then I observe that my program get stuck in this API for 5 mins. I think this is default timeout. I want to reduce this timeout but can;t find how to do this? Can you please help me here on how to set this timeout to different value?
Thanks,
Pradeep