Esko Dijk

Results 179 comments of Esko Dijk

Agree that OT_NETWORK_BASE_TLV_MAX_LENGTH can never be changed as such - when the data doesn't fit into the Base TLV then the Extended TLV format should be used that has a...

On the RA check, current specs (RFC 4861) suggest that the RA with the new prefix information should be sent within MAX_INITIAL_RTR_ADVERT_INTERVAL = 16 seconds. So the harness could also...

Most discussion on this are around which address to use; e.g. link-local or global address. But what about the requirements for mDNS RFC 6762 [section 6.2](https://datatracker.ietf.org/doc/html/rfc6762#section-6.2) ? > When a...

Thanks, yes the 2nd issue is the IPv6 source address of the mDNS response: if it is sent to a link-local IPv6 destination address, the IPv6 source address must also...

@adriancable Maybe one quick action to take now is to label #243 not as an enhancement, but as a bug! This issue keeps hitting people in my development projects. And...

Just to be clear, noting that this PR is built on top of #8144 - so it would need to be merged after that one.

Agree that this approach is better than the previously proposed one, because now it avoids duplicate code which is of key importance. I think this also fits into the intended...

Just adding a note to confirm that Token is not used by CoAP blockwise transfers for indication of a "session" of multiple block transfers. Rather, it is just used as...

Based on the feedback/suggestions on this PR and in https://github.com/openthread/ot-ns/pull/316 , I've made a new design for radiomodel simulation, so probably this PR can be closed and archived! Thanks mostly...

@pemensik You mention a list of bugs on the Wiki - do you mean the links to the list of patches there? (Or should I be looking elsewhere?) I could...