Re: [lwip-users] Ping time slowing down after some time

2014-07-30 Thread Simon Goldschmidt
Franck Jullien wrote: I mean I know I need to debug the STM32F4 ethernet driver that I have (which is part of the STM32F4 libraries, used by STM32Cube code generator). I'll keep you posted once I found this bug. Please do that, I'd love to get STM to fix it if it really is a framework bug. I

Re: [lwip-users] Ping time slowing down after some time

2014-07-30 Thread Jens Nielsen
Hi Something like this maybe: http://lists.nongnu.org/archive/html/lwip-users/2014-03/msg00033.html I have talked to ST about this and they have promised to fix it in STM32Cube. BR /Jens Ursprungligt meddelande Från: goldsi...@gmx.de Datum: 2014-07-30 10:01 Till: Mailing list for

Re: [lwip-users] Ping time slowing down after some time

2014-07-30 Thread Simon Goldschmidt
Jens Nielsen wrote: Something like this maybe: http://lists.nongnu.org/archive/html/lwip-users/2014-03/msg00033.html I have talked to ST about this and they have promised to fix it in STM32Cube. Exactly. Good to know ST knows about it. However, I just tried with STM32Cube downloaded last

Re: [lwip-users] Ping time slowing down after some time

2014-07-30 Thread Franck Jullien
Hi Jens, I've seen this thread. However, I went too fast. Stupid me ! With the do {} while loop things are much better... Thanks for your help. Franck. 2014-07-30 11:27 GMT+02:00 Jens Nielsen d...@telia.com: Hi Something like this maybe:

Re: [lwip-users] lwip-users Digest, Vol 131, Issue 25

2014-07-30 Thread Xun Chen
I would like to use it on TI's TiVa to sync our data loggers I have a working 1588 implementation on LWIP -- based on the white rabbit code plus some changes. What are you trying to do with it? Philip On 7/29/14, 11:46 AM, Xun Chen wrote: Hi there, I googled 1588 and lwip and found some

Re: [lwip-users] IEEE-1588 with lwip?

2014-07-30 Thread Simon Goldschmidt
Xun Chen wrote: I have a working 1588 implementation on LWIP -- based on the white rabbit code plus some changes. What are you trying to do with it? I would like to use it on TI's TiVa to sync our data loggers Seems like TI also provides the combination lwIP + PTPd, included in Stellarisware

Re: [lwip-users] IEEE-1588 with lwip?

2014-07-30 Thread Xun Chen
Sorry, my bad, missing the subject line I contacted TI regarding that, but haven't got anything useful for the TiVa series, and the Stellarisware example they gave me was a broken project, missing files, and build at all. It seems that TI's team was totally lost in their 1588 support. That's

Re: [lwip-users] IEEE-1588 with lwip?

2014-07-30 Thread Sergio R. Caprile
Hi, I might have some use for this, if you guys host the project in some CVS/SVN/Git repository I offer to help with development/testing. Please make sure TI (or whomever) sources licensing allows this. I'm quite busy, so don't depend on me if you need to rush. --

[lwip-users] Closing TCP connections

2014-07-30 Thread Mark Lvov
Hello, I am using raw API, LWIP version is 1.4.1. I am unsure, how to properly handle closing connections. I am considering the following cases: * passive close - remote host decided, that he is done with us and sent FIN. We see it, when we receive a NULL pbuf. Is the pcb deallocated by that