mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-13 14:43:29 +01:00
f74792b778
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.
|
||
---|---|---|
.. | ||
net_node_common.h | ||
net_node.h | ||
net_node.inl | ||
net_peerlist_boost_serialization.h | ||
net_peerlist.h | ||
p2p_protocol_defs.h | ||
stdafx.h |