Patchset applied On Fri, 2019-12-20 at 12:13 -0800, Brian Gix wrote: > This fixes two minor flaws with Secure Net Beacons: > > 1. When a local node's SNB changes, all local nodes should be made aware > of the change a the same time we start sending out that beacon. > > 2. The second that a remote beacon is "seen" needs to be recorded so > that the SecondsSinceLastHeard property can be correctly updated. > > Brian Gix (2): > mesh: Deliver newly composed SNBs to local nodes > mesh: Recognize SNBs in SecondsSinceLastHeard property > > mesh/net-keys.c | 19 ++++++++++++++++--- > mesh/net-keys.h | 1 + > mesh/net.c | 28 ++++++++++++++++++++++++++++ > mesh/net.h | 1 + > 4 files changed, 46 insertions(+), 3 deletions(-) >