You're right, I don't need endpoint except in NETWORK-STATE. > - NetS: need (possibly with delay, to update Trickle state match; we do > Trickle state update last so ordering does not matter)
Well, for HNCP Trickle is per-interface, so it's only really needed in order to update last_contact. > - NodeS: no need (local state update, regardless of where it comes from) You're right, my need of it is an artifact of an earlier version of my code (I was indexing unicast buffers by neighbour, rather than by sockaddr). (And I'm realising that the buffer management code can be further simplified.) So the strict minimum for my implementation (once I've fixed it) is going to be NODE-ENDPOINT MUST before unicast NETWORK-STATE only. Requiring it before all NETWORK-STATE simplifies the spec, but is not quite minimal. -- Juliusz P.S. Could you please push your HNCP-VERSION fix to OpenWRT? _______________________________________________ homenet mailing list [email protected] https://www.ietf.org/mailman/listinfo/homenet
