mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-23 10:07:43 +08:00

* add FreeRTOS_GetAddressConfiguration and FreeRTOS_SetAddressConfiguration * renaming FreeRTOS_GetUDPPayloadBuffer_ByIPType to FreeRTOS_GetUDPPayloadBuffer_Multi * adding ipconfigIPv4_BACKWARD_COMPATIBLE to all main branch APIs that got changed except hooks * rename vApplicationIPNetworkEventHook to vApplicationIPNetworkEventHook_Multi when ipconfigIPv4_BACKWARD_COMPATIBLE is disabled * renaming xApplicationDNSQueryHook to xApplicationDNSQueryHook_Multi when ipconfigIPv4_BACKWARD_COMPATIBLE is disabled * Uncrustify: triggered by comment * fix DNS_ParseDNSReply complexity issue * Uncrustify: triggered by comment * replacing with ipconfigIPv4_BACKWARD_COMPATIBLE flag * minor unit test fix --------- Co-authored-by: GitHub Action <action@github.com>