fabian18

Results 107 comments of fabian18

The riotboot header version that is sent in the payload is patched with the manifest sequence number. `riotboot.mk` and `suit.inc.mk` bothe have: ```Makefile EPOCH = $(call memoized,EPOCH,$(shell date +%s)) APP_VER...

Having an option to ship an image with or without riotboot header sounds most flexible. But if this PR is already providing a benefit, its not an either-this-or-that decision IMO

As a thought, the Application version in the riotboot header that you override with the manifest sequence counter could be a define in `riotbuild.h`. A firmware image version is not...

Informational: the UNREACHABLE state is an extension. [RFC7048](https://datatracker.ietf.org/doc/html/rfc7048) Maybe it is worth reading it quickly (it is short) as it is related to the topic.

I am not so much convinced about the necessary complexity of the new timeout to release pending packets. I would have just moved your `_nbr_flush_pktqueue` to: https://github.com/RIOT-OS/RIOT/blob/3735cc196d34137d501daa89844d3ee8211a0197/sys/net/gnrc/network_layer/ipv6/nib/_nib-arsm.c#L306-L312 Each time the...

> Thing is, the UNREACHABLE state is never reached on 6lo (see above) I thought the PR has no impact on 6lowpan, because packets are not queued there. 5.6 of...

> > Thing is, the UNREACHABLE state is never reached on 6lo (see above) > > I thought the PR has no impact on 6lowpan, because packets are not queued...

> So the only question remaining is if the transition INCOMPLETE -> STALE is guaranteed to always happen I think when you ping an address that does not exist, the...

> But shouldn't the deletion be skipped if the online entry is part of an offline entry? Do you really observe a bad/strange situation like this or is this hypothetical?...