-
Notifications
You must be signed in to change notification settings - Fork 1
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
timers and ACKs #47
timers and ACKs #47
Conversation
Fix #13 Fix #18 Signed-off-by: Thomas Fossati <[email protected]>
This allows for selective or early retransmission, which leads to more efficient use of bandwidth and memory resources. | ||
|
||
Due to the vast range of network technologies used in IoT deployments, from wired LAN to GSM-SMS, it's not possible to provide a universal recommendation for an initial timeout. | ||
Therefore, it is RECOMMENDED that DTLS 1.3 implementations allow users to explicitly set the initial timer value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Therefore, it is RECOMMENDED that DTLS 1.3 implementations allow users to explicitly set the initial timer value. | |
Therefore, it is RECOMMENDED that DTLS 1.3 implementations allow developers to explicitly set the initial timer value. |
this document RECOMMENDED to use an initial timer value of 9 seconds with | ||
exponential back off up to no less then 60 seconds. | ||
For RRC, the recommendations in {{Section 7.5 of !I-D.ietf-tls-dtls-rrc}} apply. | ||
Just like the handshake initial timers, it is RECOMMENDED that DTLS 1.2 and 1.3 implementations offer an option for their users to explicitly set the RRC timer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just like the handshake initial timers, it is RECOMMENDED that DTLS 1.2 and 1.3 implementations offer an option for their users to explicitly set the RRC timer. | |
Just like the handshake initial timers, it is RECOMMENDED that DTLS 1.2 and 1.3 implementations offer an option for their developers to explicitly set the RRC timer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My caused by my limited English, why is developer used twice and user still once?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My caused by my limited English, why is developer used twice and user still once?
I think "user" was consistently replaced by "developer" in what got eventually merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your right, I was mixed up by the diff on diff.
Fix #13
Fix #18