Opened 10 years ago
Closed 10 years ago
#235 closed other technical (fixed)
Avoid extending the base standard retransmission rules
Reported by: | cabo@… | Owned by: | draft-ietf-core-observe@… |
---|---|---|---|
Priority: | minor | Milestone: | post-WGLC-1 |
Component: | observe | Version: | observe-05 |
Severity: | In WG Last Call | Keywords: | |
Cc: |
Description
Carsten Bormann notes:
Section 4.5
This paragraph (penultimate in 4.5) appears to be an opaque instruction to modify the algorithms in base core-coap:
The server SHOULD use a number of retransmit attempts (MAX_RETRANSMIT) such that removing a client from the list of observers before Max-Age ends is avoided.
This is surprising, because apart from this, -observe seems to be strictly in a using relationship to core-coap.
There may be interactions e.g. with MID lifetime ("retransmission window") that need to be carefully considered.
Also, continuing the BEBO (Binary Exponential Back-off) ad infinitum may not be the right approach; a truncated BEBO may be better.
Finally, this still has the maxage/pledge confusion that is being addressed by #204 and msg02898 and msg03073d.
Change History (1)
comment:1 Changed 10 years ago by hartke@…
- Resolution set to fixed
- Status changed from new to closed
Fixed in [1190]:
Closes #235