Other Parts Discussed in Thread: SYSBIOS
Hi,
We are using HTTP server example(enetLwip_sysbios) provided in the AM335x ISDK( ICE2 board).
Currently we are having problem in sending large bytes of data over TCP/IP.
We need to transfer around 2MB of data from HTTP server to the client.
We have modified the httpd.c(http_recv() function) in order to send large data,
but currently we are able to send only around 1K of data,
the transmission is closed for more than 1K and we are not able to trace the problem.
I would like to confirm if it is possible to use lwip based sample code to send large volume of data?
and I assume in the sample code all the work is done using the interrupt handlers,
so the response may be late.
Please let me know what are the points or necessary things to be done in order to
handle large data on lwip based application.
Regards
Prad