danicoin/src/p2p
warptangent f74792b778
Fix seed node threaded DNS lookup
Use copied value of seed node index during thread creation, not
reference.
- fixes segfault

Use boost:🧵:try_join_until() instead of an atomic flag result
variable for each thread.

Add and handle interrupt for thread timeout.
- fixes segfault where a thread exceeds requested timeout and tries to
  assign results to a referenced, but now out-of-scope, variable in
  the main thread.
2015-01-14 14:01:04 -08:00
..
net_node.h year updated in license 2015-01-02 18:52:46 +02:00
net_node.inl Fix seed node threaded DNS lookup 2015-01-14 14:01:04 -08:00
net_node_common.h year updated in license 2015-01-02 18:52:46 +02:00
net_peerlist.h year updated in license 2015-01-02 18:52:46 +02:00
net_peerlist_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
p2p_protocol_defs.h year updated in license 2015-01-02 18:52:46 +02:00
stdafx.h year updated in license 2015-01-02 18:52:46 +02:00