mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 22:00:19 +00:00
471cf8bedf
CoAP requires that the source address of a response must match the destination addresses of the request. So, if a device sends a TMF request using ALOC as destination address, the TMF response SHOULD use the ALOC as source address. Otherwise, CoAP implementations (beside OpenThread) may fail to match the request and response.