mirror of
https://github.com/espressif/openthread.git
synced 2026-08-27 04:19:54 +00:00
[ip6] define Ip6::NetifIdentifier mirroring otNetifIdentifier (#8219)
This commit is contained in:
@@ -82,7 +82,7 @@ void MessageInfo::SetSockAddrToRlocPeerAddrTo(const Ip6::Address &aPeerAddress)
|
||||
|
||||
Error Agent::Start(void)
|
||||
{
|
||||
return Coap::Start(kUdpPort, OT_NETIF_THREAD);
|
||||
return Coap::Start(kUdpPort, Ip6::kNetifThread);
|
||||
}
|
||||
|
||||
Error Agent::Filter(const Message &aMessage, const Ip6::MessageInfo &aMessageInfo, void *aContext)
|
||||
|
||||
Reference in New Issue
Block a user