You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to avr-uip
Hi,
i used the code of this project and found a bug - or something *G*
In the situation where the UIP-Stack recives a tcp paket with no arp
paket prior to it, then the outgoing tcp paket is overwritten und an
arp request is generated. But the connectionflags in the uip
connection structure are still set to UIP_SYN_RCVD.
My quick fix was just to add a line(marked with + below) to the
funktion uip_arp_out in uip_arp.c: