grin/api
Antioch Peverell 8cfe9e64ac
Remove RwLock around individual peer instances (#1673)
* get rid of RwLock around peer instances

* rustfmt

* rename stuff to live_info

* rustfmt

* serialize into PeerInfoDisplay
limit live_info write lock to peer_info.update()
rename to PeerLiveInfo

* simplify broadcast logic a bit more
connected peers are connected by definition

* return true/false on broadcast so we can send to more peers

* rustfmt

* fix p2p and server tests for PeerInfoDisplay

* commit
2018-10-09 08:27:34 +01:00
..
src Remove RwLock around individual peer instances (#1673) 2018-10-09 08:27:34 +01:00
tests Support pem TLS certificates 2018-10-05 17:09:19 +02:00
Cargo.toml Support pem TLS certificates 2018-10-05 17:09:19 +02:00