monero/src/p2p
Martijn Otto f3b65c66f8
Request a thread stack size that is large enough for unbound
Unbound uses a 64 kb large character array on the stack, which
leads to a stack overflow for some libc implementations. musl
only gives 80 kb in total. This PR changes the stack size for
these threads to 1mb, which solves the segmentation fault.
2019-09-25 16:37:06 +02:00
..
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00
net_node_common.h allow blocking whole subnets 2019-07-16 11:35:53 +00:00
net_node.cpp Add IPv6 support 2019-07-31 20:04:57 -04:00
net_node.h daemon: fix print_pl only printing public zone peers 2019-08-19 23:39:51 +00:00
net_node.inl Request a thread stack size that is large enough for unbound 2019-09-25 16:37:06 +02:00
net_peerlist_boost_serialization.h Add IPv6 support 2019-07-31 20:04:57 -04:00
net_peerlist.cpp Adding initial support for broadcasting transactions over Tor 2019-01-28 23:56:33 +00:00
net_peerlist.h Merge pull request #5727 2019-08-19 17:31:39 -05:00
p2p_protocol_defs.h p2p: do not send last_seen timestamp to peers 2019-04-24 17:56:12 +00:00
stdafx.h Update 2019 copyright 2019-03-05 22:05:34 +01:00