You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tka
Tom DNetto 393a229de9 tka: implement synchronization mechanics
This PR implements the synchronization mechanics for TKA: generating a SyncOffer, processing a SyncOffer to find an intersection,
and computing the set of AUMs that should be transmitted to effect convergence.

This is the final PR implementing core mechanics for TKA.

Signed-off-by: Tom DNetto <tom@tailscale.com>
2 years ago
..
aum.go tka: implement Authority API surface 2 years ago
aum_test.go tka: implement State and applying AUMs 2 years ago
chaintest_test.go tka: implement consensus & state computation internals 2 years ago
key.go tka: implement State and applying AUMs 2 years ago
key_test.go tka: implement AUM and Key types 2 years ago
state.go tka: implement State and applying AUMs 2 years ago
state_test.go tka: implement State and applying AUMs 2 years ago
sync.go tka: implement synchronization mechanics 2 years ago
sync_test.go tka: implement synchronization mechanics 2 years ago
tailchonk.go tka: implement filesystem-based tailchonk implementation 2 years ago
tailchonk_test.go tka: implement filesystem-based tailchonk implementation 2 years ago
tka.go tka: implement Authority API surface 2 years ago
tka_test.go tka: implement Authority API surface 2 years ago