Replies: 1 comment
-
The research team is currently preparing a proposal for an enhancement of the push sync protocol. That proposal will supersede this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The push sync protocol concludes with "replicating" to 3 closest peers. The implementation of this can be improved:
examples to point 1
PO | peer count
24 | 1
19 | 1
16 | 4
15 | 8
result: push to 6 peers in total (24, 19 and all from 16)
PO | peer count
24 | 1
19 | 1
16 | 1
15 | 8
result: push to 3 peers in total (24, 19 and 16 )
Beta Was this translation helpful? Give feedback.
All reactions