top | item 46845946

(no title)

c0balt | 28 days ago

Nebula does not require O(n) config changes for adding a node.

O(n) is only required for:

- active revocation of a certificate (requires adding the CA fingerprint to the config file)

- adding/removing a lighthouses (hub for publishing IPs for p2p) or relay (for going over p2p)

- CA rotation

discuss

order

cpach|28 days ago

AFAICT you and 'ysleepy are in agreement.

ysleepy|28 days ago

We are, wireguard needs O(N) updates to add a node to every other node.