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

Client fails to ACK a retransmitted CON message #1307

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

pptz
Copy link

@pptz pptz commented Jan 3, 2024

This fixes the issue of a client not ACKing a duplicate CON message from the server.
A duplicate CON message is sent by the server if the client's ACK to the original confirmable message did not reach it.
See issue #1306 for full description.

src/coap_net.c Show resolved Hide resolved
@mrdeep1
Copy link
Collaborator

mrdeep1 commented Jan 4, 2024

Thanks for doing the update. Can you please squash the 2 commits into 1.

…rom the server.

A duplicate CON message is sent by the server if the client's ACK to the original
confirmable message did not reach the server.
See issue obgm#1306 for full description: obgm#1306
@pptz pptz force-pushed the fix-duplicate-con-ack branch from 0a80432 to 58dc66e Compare January 4, 2024 15:31
@mrdeep1
Copy link
Collaborator

mrdeep1 commented Jan 6, 2024

Thanks for doing this PR.

@mrdeep1 mrdeep1 merged commit c7c3275 into obgm:develop Jan 6, 2024
26 checks passed
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