Misc changes
[tpg/acess2.git] / Modules / IPStack / arp.c
index 1e5bb07..e5d8a2b 100644 (file)
@@ -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
                

UCC git Repository :: git.ucc.asn.au