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

use MAX_TRANSMIT_WAIT from NetworkConfig as client awake time by default #716

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

sbernard31
Copy link
Contributor

This is PR is triggered by #712 (comment).

The LWM2M spec( v1.0.2 §8.3 Queue Mode Operation) does not really specify a time to wait at server time.
But it could make sense to use the default MAX_TRANSMIT_WAIT is

the maximum time from the first transmission of a Confirmable message to the time when the sender gives up on receiving an acknowledgement or reset
(source : https://tools.ietf.org/html/rfc7252#section-4.8.2)

If this case using the value defined in NetworkConfig make sense too.

@sbernard31 sbernard31 force-pushed the synchronized_max_transmist_wait branch from 22c8686 to ea62317 Compare August 9, 2019 13:59
@sbernard31 sbernard31 merged commit ea62317 into master Aug 9, 2019
@sbernard31 sbernard31 deleted the synchronized_max_transmist_wait branch August 12, 2019 08:26
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