Re: [lwip-users] long time tcp receive lwip packets lost

2016-09-19 Thread Sergio R. Caprile
> I wrote the bridging part and for testing purposes I didn't implement > buffer to TCP to serial. So Some while receiving data some data piles > up in somewhere in tcp thread (I think). No, don't "think", debug, do know exactly where you have your problem, because it is not lwIP, it is you,

Re: [lwip-users] long time tcp receive lwip packets lost

2016-09-18 Thread Noam Weissman
=silrd@nongnu.org> on behalf of Erkan Ersoy <ice_ffiir...@yahoo.com> Sent: Sunday, September 18, 2016 7:45 PM To: Mailing list for lwIP users Subject: Re: [lwip-users] long time tcp receive lwip packets lost yes second part of mail was about uart-> tcp. Still I am not using buffer but lw

Re: [lwip-users] long time tcp receive lwip packets lost

2016-09-18 Thread Erkan Ersoy
ng a small MSS size (I use 536 bytes). BR,Noam. From: lwip-users [mailto:lwip-users-bounces+noam=silrd@nongnu.org]On Behalf Of Erkan Ersoy Sent: Saturday, September 17, 2016 1:42 PM To: Mailing List for LwIP Users Subject: [lwip-users] long time tcp receive lwip packets lost Hello I am makin

Re: [lwip-users] long time tcp receive lwip packets lost

2016-09-18 Thread Noam Weissman
To: Mailing List for LwIP Users Subject: [lwip-users] long time tcp receive lwip packets lost Hello I am making a serial tcp bridge device. it works in server mode I have freeRTOS 9, lwip 1.4.1 and STM32F107 device I wrote the bridging part and for testing purposes I didn't implement buffer to TCP

[lwip-users] long time tcp receive lwip packets lost

2016-09-17 Thread Erkan Ersoy
Hello I am making  a serial tcp bridge device.  it works in server mode  I have freeRTOS 9, lwip 1.4.1 and STM32F107 device I wrote the bridging part and for testing purposes I didn't implement buffer to TCP to serial. So Some while receiving data some data piles up in somewhere in tcp thread