tendermint/p2p/pex
Dev Ojha 6fb2f44cc3 p2p: Connect to peers from a seed node immediately (#2115)
This is to reduce wait times when initially connecting. This still runs checks
such as whether you still want additional peers.

A test case has been created, which fails if this change is not included.
2018-07-31 22:09:01 +02:00
..
addrbook.go p2p: Reject addrs coming from private peers (#2032) 2018-07-24 17:10:58 +02:00
addrbook_test.go p2p: Reject addrs coming from private peers (#2032) 2018-07-24 17:10:58 +02:00
errors.go p2p: Reject addrs coming from private peers (#2032) 2018-07-24 17:10:58 +02:00
file.go fix import paths 2018-07-01 22:36:49 -04:00
known_address.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
params.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
pex_reactor.go p2p: Connect to peers from a seed node immediately (#2115) 2018-07-31 22:09:01 +02:00
pex_reactor_test.go p2p: Connect to peers from a seed node immediately (#2115) 2018-07-31 22:09:01 +02:00
wire.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00