diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-04-18 15:58:19 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-05-05 13:22:25 -0400 |
commit | cca221fd211f63b338bd90afc505bd4a22a01d5d (patch) | |
tree | 77251487128281ca0b18042bd30828f02a6edf73 /src/secp256k1 | |
parent | 563f375cdeae3e67a57d8a7187362a4706c33748 (diff) |
net: Drop CNodeRef for AttemptToEvictConnection
Locking for each operation here is unnecessary, and solves the wrong problem.
Additionally, it introduces a problem when cs_vNodes is held in an owning
class, to which invididual CNodeRefs won't have access.
These should be weak pointers anyway, once vNodes contain shared pointers.
Rather than using a refcounting class, use a 3-step process instead.
1. Lock vNodes long enough to snapshot the fields necessary for comparing
2. Unlock and do the comparison
3. Re-lock and mark the resulting node for disconnection if it still exists
Diffstat (limited to 'src/secp256k1')
0 files changed, 0 insertions, 0 deletions