summaryrefslogtreecommitdiff
path: root/docs/Hardening.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-10-30 20:25:02 -0400
committerirungentoo <irungentoo@gmail.com>2013-10-30 20:25:02 -0400
commitb41edb05fd029e0cf76389200e0bfaf46837af36 (patch)
tree955a38d0d8ed60eb6a53f1a5fdbf630c263e9cf7 /docs/Hardening.txt
parent2bdce934373d238778bc77a04198bd3f1481542f (diff)
Updated hardening doc.
Diffstat (limited to 'docs/Hardening.txt')
-rw-r--r--docs/Hardening.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/Hardening.txt b/docs/Hardening.txt
index 838b3566..d95b2cda 100644
--- a/docs/Hardening.txt
+++ b/docs/Hardening.txt
@@ -45,4 +45,16 @@ to us then it is good.
45 45
46Problems with this: People don't always have at least one online friend. 46Problems with this: People don't always have at least one online friend.
47 47
482. ... 482. Pick random nodes (add ourselves some random (fake) friends to increase the
49pool of available nodes) and make then send requests to other nodes, the
50response is then relayed back to us and compared to how the node should have
51behaved. If the node is found to be behaving correctly, it is set as trusted.
52Only trusted nodes are sent in send node packets, that is unless the exact node
53being queried for in the getnode packet is present, it will be sent in the
54sendnode packet even if it is not trusted.
55
56The hypothesis is that if to be part of the network nodes have to behave
57correctly it should prevent disruption from nodes that behave incorrectly.
58
59(This idea is currently being implemented in the harden branch.)
60...