Re: [lwip-users] Version 1.4.0 timers

2011-03-01 Thread Simon Goldschmidt
Bernard Mentink bment...@gmail.com wrote: I would look at the contribs if I could find it ... the web sites I am looking at are: http://www.sics.se/~adam/lwip/index.html and That one is *so* outdated, but we cannot force him to change it, after all, lwIP is his baby ;-) The contrib module

Re: [lwip-users] Slow TCP

2011-03-01 Thread Kieran Mansley
On Tue, 2011-03-01 at 11:11 +1300, Bernard Mentink wrote: I ran a diagnostic session with Colasoft Capsa 7 package and the gist of it is below: I've never heard of that package, so no idea how to interpret its output or what the different categories mean I'm afraid. A standard wireshark

Re: [lwip-users] Version 1.4.0 timers

2011-03-01 Thread Bernard Mentink
Hi Simon, However, you can go back to the old implementation (calling the timer functions yourself) by setting LWIP_TIMERS to 1. Actually that doesn't work, I had to set NO_SYS_NO_TIMERS=1, seems to work now. Why is there not any documentation on this stuff . so frustrating Even a

[lwip-users] lwip_recvfrom returning ERR_CLSD

2011-03-01 Thread Prashant R
I am using polarSSL with libcurl to talk to lwip . I find that during SSL handshake with the server , I am able to send the initial Client Hello request . However the subsequent socket read operation fails in lwip_recvfrom . The read request is for 5 bytes . if (err != ERR_OK) { if

Re: [lwip-users] Version 1.4.0 timers

2011-03-01 Thread Marco Jakobs
Am 01.03.2011 19:42, schrieb Bernard Mentink: Why is there not any documentation on this stuff . so frustrating Even a quick howto going from 1.3.2 to 1.4.0 would be great .. I would also very highly appreciate this as i'm also stuck on that update ... Marco