N.Karakotas wrote:
All I receive is 256 bytes of data and once the loop executes again it has no data. Below is the code:
netconn_recv() returns the data in chunks as received on the wire and TCP splits send data into multiple packets. Call netconn_recv() again if the data you want isn't all in the first packet.
Simon
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
