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>
2022-07-19 09:58:36 -07:00
..
aum.go tka: implement Authority API surface 2022-07-19 09:35:29 -07:00
aum_test.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
chaintest_test.go tka: implement consensus & state computation internals 2022-07-15 10:44:43 -07:00
key.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
key_test.go tka: implement AUM and Key types 2022-07-06 12:19:37 -07:00
state.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
state_test.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
sync.go tka: implement synchronization mechanics 2022-07-19 09:58:36 -07:00
sync_test.go tka: implement synchronization mechanics 2022-07-19 09:58:36 -07:00
tailchonk.go tka: implement filesystem-based tailchonk implementation 2022-07-13 10:07:17 -07:00
tailchonk_test.go tka: implement filesystem-based tailchonk implementation 2022-07-13 10:07:17 -07:00
tka.go tka: implement Authority API surface 2022-07-19 09:35:29 -07:00
tka_test.go tka: implement Authority API surface 2022-07-19 09:35:29 -07:00