STM32F107 LwIP TCP server stops transmitting
Hello!
I'm writing a small application based on Cube LwIP TCP echo server example little adapted to my custom board. The application is sending small periodic reports (50-150 bytes) to connected TCP client but on some iteration it stops transmitting messages. As I can see, tcp_write function is executed with no error returned but tcp_sent callback is never called. Total amount of successfully transmitted reports depends only on total size of this reports. Message reception from the client works normally.
Using non-modified echoserver source code file with the echotool test program leads to the same result. On some step there is no echo response from the server depending on the transmitted string size.
Is there a problem with memory allocation? Maybe i need change settings in lwipopts?
