DTLS examples cannot send message to localhost #14315
Labels
Area: network
Area: Networking
Area: security
Area: Security-related libraries and subsystems
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
The current
dtls-echo
anddtlsc-sock
cannot send messages to localhost (::1
).Steps to reproduce the issue
dtls-echo
/dtls-sock
example application.dtlss start
dtlsc ::1 HELLO
Expected results
The sent message echoed back.
Actual results
For
dtls-echo
:For
dtls-sock
:Versions
master branch with commit 2bdf9b1
The text was updated successfully, but these errors were encountered: