mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 14:47:46 +00:00
[dtls] fix connection from host interface (#3992)
This commit is contained in:
@@ -180,6 +180,7 @@ void Dtls::HandleUdpReceive(Message &aMessage, const Ip6::MessageInfo &aMessageI
|
||||
|
||||
mPeerAddress.SetPeerAddr(aMessageInfo.GetPeerAddr());
|
||||
mPeerAddress.SetPeerPort(aMessageInfo.GetPeerPort());
|
||||
mPeerAddress.SetIsHostInterface(aMessageInfo.IsHostInterface());
|
||||
|
||||
if (Get<ThreadNetif>().IsUnicastAddress(aMessageInfo.GetSockAddr()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user