Hello ,
i have trouble with the webserver in uip v1.0

but first i want post a bug i found in uip_arp_update... at the end of
the function there is a memcpy:
-> memcpy(tabptr->ipaddr, ipaddr, 4);
but ipaddr is a global var and the arp table gets a zero ipadress...
the correct line should be
-> memcpy(tabptr->ipaddr, lipaddr, 4);

Hello Sven

I cant find the bug you've decribed.
In my code ipaddr is the function variable of
uip_arp_update(u16_t* ipaddr, .....

I can't find Iipaddr anywhere.

Greetings Klaus

Reply via email to