Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discussion - how many packets per level #33

Open
nikkolasg opened this issue Dec 28, 2018 · 0 comments
Open

discussion - how many packets per level #33

nikkolasg opened this issue Dec 28, 2018 · 0 comments

Comments

@nikkolasg
Copy link
Collaborator

should have discussion about the two approaches the two nicolas have implemented:

  • Each time there is a better signature for a given level, we send this new signature to candidateCount peers. The periodic update only sends the current best signature at each level periodically. This sends a lot of "low quality" signatures but homogeneize all nodes.
  • when there is a better signature, it will be sent only during the next iteration of the periodic update to one single peer. Only when there is a full signature, it sends to candidateCount peers. This reduces the load of "low quality" signatures but can produces more heterogeneous signatures between all peers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant