Re: [lwip-users] Socket recv of large message.

2017-10-03 Thread goldsi...@gmx.de
Flavio Gobber wrote: I need to implement a server which need to receive message large more than the length of 1400 bytes. What I see if the recv function return only a length of 1464 bytes, I can repeat the the recv function before to parse the message, but how can understand that the message i

Re: [lwip-users] Socket recv of large message.

2017-10-03 Thread Patrick Klos
On 10/3/2017 4:47 AM, Flavio Gobber wrote: Hi lwip users, I have implemeted an application with lwip on a blackfin board. The stack is working with ping and TCP socket with short message, less than 1400 bytes. I need to implement a server which need to receive message large more than the lengt

[lwip-users] Socket recv of large message.

2017-10-03 Thread Flavio Gobber
Hi lwip users, I have implemeted an application with lwip on a blackfin board. The stack is working with ping and TCP socket with short message, less than 1400 bytes. I need to implement a server which need to receive message large more than the length of 1400 bytes. What I see if the recv functio