Skip to content

Commit

Permalink
openthread: update openthread version
Browse files Browse the repository at this point in the history
Uprev OpenThread to check in TCP message leak fix.
  • Loading branch information
gjc13 committed Jun 3, 2021
1 parent e470e7c commit 84cc1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/openthread/openthread
Submodule openthread updated 2087 files
2 changes: 1 addition & 1 deletion components/openthread/port/esp_openthread_netif_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void process_thread_address(const otIp6AddressInfo *address_info, bool is_added,
} else {
ip_event_add_ip6_t add_addr;
add_addr.addr = addr;
add_addr.preferred = !address_info->mIsAnycast;
add_addr.preferred = address_info->mPreferred;
if (esp_event_post(OPENTHREAD_EVENT, OPENTHREAD_EVENT_GOT_IP6, &add_addr, sizeof(add_addr), 0) != ESP_OK) {
otLogCritPlat("Failed to post OpenThread got ip6 address event");
}
Expand Down

0 comments on commit 84cc1b8

Please sign in to comment.