Re: [lwip-users] ERR MEM & TCP_OUT_ORDER

2011-12-01 Thread goldsi...@gmx.de
Cellule Numerique wrote: And i have change the Time when tcptmr() is call. The new Time is: 10uS. What is that supposed to mean? Are you calling tcp_tmr() every 10 microseconds?? Or every 10 seconds? I thought the comments in the code make it quite clear that you are supposed to call this fun

Re: [lwip-users] ERR MEM & TCP_OUT_ORDER

2011-11-30 Thread Cellule Numerique
Hi I tested your solution ( if(!()) but i m already probleme. So i try use the fonction Api bool for look the sndbuf when my server no send. And i have change the Time when tcptmr() is call. The new Time is: 10uS. My application is more stable ( 5h on run), but the flow isnt stable ( Start at

Re: [lwip-users] ERR MEM & TCP_OUT_ORDER

2011-11-29 Thread goldsi...@gmx.de
Cellule Num wrote: I have a lot of error message with "ERR4N -1" so a ERR MEM but i have verified the snd_buf. Have you checked the statistics? If not, have a look at the various 'err' members of the below the global 'lwip_stats.mem' or one of the 'lwip_stats.memp' array members. If you have

Re: [lwip-users] ERR MEM & TCP_OUT_ORDER

2011-11-29 Thread Kieran Mansley
On 28 Nov 2011, at 21:57, Cellule Num wrote: > I have a lot of error message with "ERR4N -1" so a ERR MEM but i have > verified the snd_buf. You're accessing state that is not part of the API. You should use tcp_sndbuf() rather than conn->snd_buf directly. However, I don't think there is a

[lwip-users] ERR MEM & TCP_OUT_ORDER

2011-11-28 Thread Cellule Num
Hi, I use LWIP 1.3.1 of STM32F107 (ARM Cortex M3). I have create server on my board, and when a computer client is connected, i sent in continuous (with my board) an identical frame . The goal is to be sent as soon as possible. The probleme, is my server isn't stable. The flow down permanently (s