forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: fota_download: Add event for failed connection attempt
The errnos -ECONNREFUSED and -ECONNABORTED are most likely to happen during connection establishment, and in particular because of issues with the TLS handshake. This patch attempts to distinguish between general errors from the download_client and errors arrising from the connection establishment. Signed-off-by: Jan Tore Guggedal <[email protected]>
- Loading branch information
1 parent
69df0e6
commit 2aaabac
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters