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

download_client: Allow use of DTLS CID #11493

Closed
wants to merge 3 commits into from

Commits on Jun 26, 2023

  1. net: lib: download_client: Allow use of DTLS CID

    When connecting to DTLS service, enable Connection-ID.
    
    Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
    SeppoTakalo committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5a7ff07 View commit details
    Browse the repository at this point in the history
  2. net: lib: download_client: Clear CoAP timeouts on init

    When transmission of a new block starts, clear timeouts.
    Otherwise previous CoAP transmission timeouts might be left.
    
    Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
    SeppoTakalo committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    018f8ef View commit details
    Browse the repository at this point in the history
  3. net: lib: download_client: Refactor to use zsock API, not POSIX

    Using POSIX API directly brings some portability issues with
    headers, so it is safer to use zsock API on libraries.
    
    Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
    SeppoTakalo committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0bce520 View commit details
    Browse the repository at this point in the history