X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2Farp.c;h=e5d8a2badee0867f4655cf393b37dcb82056498c;hb=e7d0a33cc9b8bf0005799ab2fb5151f78a255772;hp=1e5bb07389d760b427540499e1268b86376a3efa;hpb=0fdadb5d699b1d0a931e26de4ef9296a9c2bf062;p=tpg%2Facess2.git diff --git a/Modules/IPStack/arp.c b/Modules/IPStack/arp.c index 1e5bb073..e5d8a2ba 100644 --- a/Modules/IPStack/arp.c +++ b/Modules/IPStack/arp.c @@ -134,8 +134,10 @@ tMacAddr ARP_Resolve4(tInterface *Interface, tIPv4 Address) // Wait for a reply for(;;) { - while(lastID == giARP_LastUpdateID && now() < timeout) + while(lastID == giARP_LastUpdateID && now() < timeout) { +// Log_Debug("ARP", "timeout = %lli", timeout); Threads_Yield(); + } if( now() >= timeout ) break; // Timeout