Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DTLS examples cannot send message to localhost #14315

Open
pokgak opened this issue Jun 19, 2020 · 0 comments
Open

DTLS examples cannot send message to localhost #14315

pokgak opened this issue Jun 19, 2020 · 0 comments
Assignees
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)

Comments

@pokgak
Copy link
Contributor

pokgak commented Jun 19, 2020

Description

The current dtls-echo and dtlsc-sock cannot send messages to localhost (::1).

Steps to reproduce the issue

  1. Start a dtls-echo/dtls-sock example application.
  2. Start the server: dtlss start
  3. 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

@pokgak pokgak self-assigned this Jun 19, 2020
@pokgak pokgak added Area: security Area: Security-related libraries and subsystems Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) labels Jun 19, 2020
@miri64 miri64 added this to the Release 2020.07 milestone Jul 6, 2020
@aabadie aabadie added the Area: network Area: Networking label May 20, 2021
@MrKevinWeiss MrKevinWeiss removed this from the Release 2021.07 milestone Jul 15, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
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)
Projects
None yet
Development

No branches or pull requests

4 participants