We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a728bc commit adc554aCopy full SHA for adc554a
History.txt
@@ -10,7 +10,7 @@ Changes between FreeRTOS-plus-TCP V4.3.0 and V4.2.2 released December 10, 2024
10
We thank @HTRamsey for their contribution.
11
+ Update the `eARPGetCacheEntry` to handle loopback addresses correctly
12
and assign the loopback endpoint's MAC address as the lookup MAC address.
13
- We thank @htibosch for this contribution.
+ We thank @htibosch for their contribution.
14
+ Replace the costly `vTaskSuspendAll`/`xTaskResumeAll` locking
15
mechanism with the more efficient `taskENTER_CRITICAL`/`taskEXIT_CRITICAL`
16
pair in frequenly used `uxStreamBufferAdd()`.
0 commit comments