-
Notifications
You must be signed in to change notification settings - Fork 3
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
Retransmission Issue #6
Comments
"General CoAP proxy problem" ... well, that's exactly what empty ACKs do and are designed for. Depending on the complexity of the proxy, the ACK can be sent right away, or a bit later depending on the retransmission characteristics. Working with CONs without keeping state isn't much of an option anyway. |
Then this might not be a problem at all. Do we want to remove that TBD then? |
While |
The CoAP spec doesn't talk about it because it's nothing that is particular to a proxy. Reliable and unreliable transmission are things handled hop-by-hop, so as far as the proxy case is concerned, it is "just" a server that doesn't know precisely when it will have a response ready. I do see value in pointing these things out as matters of best practice, possibly in this document (that is, unless there is a better suited document around, say "lightweight implementation guidance for CoAP proxies"). |
In the meantime I added a bullet point to the TBD list in the proxy-section on that. |
The CoAP spec does not really flesh out "corner cases" of certain proxy operations. In previous work, we addressed this retransmission issue in two different ways:
The text was updated successfully, but these errors were encountered: