JopSchaap / trustchain-superapp

Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
GNU General Public License v3.0
0 stars 0 forks source link

Improve Pull Based Gossip #52

Closed AirWinter closed 7 months ago

AirWinter commented 8 months ago

Currently pull based gossip sends all the votes they have stored, improve it so that we have a unique id for each vote and only sent the votes that they don't already have.