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
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
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
I want it as a reference code.
Thanks
___
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users
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.