Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit how often endpoint messages can be processed:
The peer discovery protocol depends on peers exchanging messages listing IP addresses for other peers. Under normal circumstances, these messages should not be sent frequently; the existing code would track the earliest time a new message should be processed, but did not actually enforce that limit.
- Loading branch information