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

keepalive: Add in server keepalive support #1570

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Jan 9, 2025

If coap_context_set_keepalive() is set in the server, CoAP keepalive packets will get sent for any CoAP session that is curently observing a resource.

If the keepalive times out, then the observation(s) are canceled and the server session is deleted.

If coap_context_set_keepalive() is set in the server, CoAP keepalive packets
will get sent for any CoAP session that is curently observing a resource.

If the keepalive times out, then the observation(s) are canceled and the
server session is deleted.
@mrdeep1 mrdeep1 merged commit 4d84859 into obgm:develop Jan 10, 2025
31 checks passed
@mrdeep1 mrdeep1 deleted the server_ping branch January 10, 2025 10:51
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.

1 participant