0
net.cpp for example:
// use an nUnkBias between 10 (no outgoing connections) and 90 (8 outgoing connections) CAddress addr = addrman.Select(10 + min(nOutbound,8)*10);
What does this line of code exactly mean/do?
0
net.cpp for example:
// use an nUnkBias between 10 (no outgoing connections) and 90 (8 outgoing connections) CAddress addr = addrman.Select(10 + min(nOutbound,8)*10);
What does this line of code exactly mean/do?
1
F.Y.I.: this code has been removed (https://github.com/bitcoin/bitcoin/pull/5941) from bitcoin-core.
– Jonas Schnelli – 2016-11-13T14:27:43.610thx for info, found it – Aurigae – 2016-11-13T14:57:56.783