Re: [lwip-users] lwip_connect fails

2010-05-12 Thread Heyu Zhu
Thanks to Simon. After trace into tcp_tmr, i find some problems in my porting Regards 2010/5/12, goldsi...@gmx.de : > > Heyu Zhu wrote: > >> Hi everyone, >> I set up a client using lwip-1.3.2 and both sever and client are connect >> by ethernet. >> When i call

[lwip-users] lwip_connect fails

2010-05-11 Thread Heyu Zhu
Hi everyone, I set up a client using lwip-1.3.2 and both sever and client are connect by ethernet. When i call "lwip_connect" the client do send a correct arp-request packet and the sever give a correct arp-reply packet. But after that don't send any packet for a long time , then lwip_connect retu

Re: [lwip-users] Where can i get a sample code of porting lwip-1.3.2?

2010-05-06 Thread Heyu Zhu
I get it from savannah. It will give me great help Thanks! 2010/5/6, Kieran Mansley : > > On Thu, 2010-05-06 at 08:45 +0800, Heyu Zhu wrote: > > I want it as a reference code. > > The lwip-contrib module. This should be available as a zip on the > download site but I th

[lwip-users] Where can i get a sample code of porting lwip-1.3.2?

2010-05-05 Thread Heyu Zhu
I want it as a reference code. Thanks ___ lwip-users mailing list lwip-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/lwip-users

[lwip-users] Does tcp_active_pcbs need initialization in version lwip-1.3.2?

2010-05-05 Thread Heyu Zhu
Hi everyone, I am going to port lwip-1.3.2 to my risc, but when do simulation i find variable 'tcp_active_pcbs' is not initialized. In version 1.0.0 'tcp_active_pcbs' is initialized in function tcp_init. There is no tcp_init in version 1.3.2 , so i don't know where to initialize tcp_active_pcbs.