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

ICMP reporting: Call nack handler when ICMP unreachable is received #578

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Dec 8, 2020

coap_session_disconnected() does not call the nack handler for any outstanding
CON requests when called with COAP_NACK_ICMP_ISSUE.

src/coap_session.c:

Call the nack handler if coap_session_disconnected is called with
COAP_NACK_ICMP_ISSUE.

coap_session_disconnected() does not call the nack handler for any outstanding
CON requests when called with COAP_NACK_ICMP_ISSUE.

src/coap_session.c:

Call the nack handler if coap_session_disconnected is called with
COAP_NACK_ICMP_ISSUE.
@obgm obgm merged commit 8724c0c into obgm:develop Feb 24, 2021
@mrdeep1 mrdeep1 deleted the icmp_issue_nack_handler branch February 24, 2021 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants