Skip to content

Commit 0782819

Browse files
htiboschHein Tibosch
andauthored
Limit the number of attempts to resolve an address in xARPWaitResolution() (#206)
Co-authored-by: Hein Tibosch <[email protected]>
1 parent 6ae29a6 commit 0782819

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FreeRTOS_ARP.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ BaseType_t xARPWaitResolution( uint32_t ulIPAddress,
807807
{
808808
break;
809809
}
810+
811+
uxSendCount--;
810812
}
811813
}
812814

0 commit comments

Comments
 (0)