p2p: Reject addrs coming from private peers (#2032)

Refs #1706
This commit is contained in:
Anton Kaliaev
2018-07-24 17:10:58 +02:00
committed by Alexander Simmerl
parent 059a03a66a
commit c248ce5ef6
5 changed files with 28 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@ BREAKING CHANGES:
IMPROVEMENTS:
- [abci, libs/common] Generated gogoproto static marshaller methods
- [config] Increase default send/recv rates to 5 mB/s
- [p2p] reject addresses coming from private peers
- [p2p] allow persistent peers to be private
BUG FIXES: