-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Area: networkArea: NetworkingArea: NetworkingArea: securityArea: Security-related libraries and subsystemsArea: Security-related libraries and subsystemsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Description
The current dtls-echo
and dtlsc-sock
cannot send messages to localhost (::1
).
Steps to reproduce the issue
- Start a
dtls-echo
/dtls-sock
example application. - Start the server:
dtlss start
- Send a message to localhost:
dtlsc ::1 HELLO
Expected results
The sent message echoed back.
Actual results
For dtls-echo
:
> dtlss start
dtlss start
> dtlsc ::1 HELLO
dtlsc ::1 HELLO
Received error during message handling
For dtls-sock
:
> dtlss start
dtlss start
> dtlsc ::1 HELLO
dtlsc ::1 HELLO
# long hang, manually cancelled after 2 minutes
Versions
master branch with commit 2bdf9b1
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingArea: securityArea: Security-related libraries and subsystemsArea: Security-related libraries and subsystemsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)