ethereum / alexandria

MIT License
6 stars 9 forks source link

More intelligent periodic announcements #4

Closed pipermerriam closed 4 years ago

pipermerriam commented 4 years ago

Currently the nodes re-advertise all of their content every 30 minutes. This isn't viable.

Advertisements should be changed to allow multiple advertisements to be grouped into a single message.

The periodic announcement should operate on a policy of announcing the content that was last announced the longest time ago and only announcing content that hasn't been announced since some MIN_REANNOUNCE_TIME constant.

pipermerriam commented 4 years ago

done