Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Apply option local port #222

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Commits on Aug 28, 2024

  1. dtls-client.c: apply option for local port.

    The previous version ignores the option for the local port. That may be
    caused by issues using the same default local port for the server and
    client.
    This enables the use of an specific local port and changes the default
    to an ephemeral free port, similar to quite a lot of other UDP clients.
    The DEFAULT_PORT is therefore only used for the destination.
    
    Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
    boaks committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    559f37d View commit details
    Browse the repository at this point in the history