From f2c336e4f553f42262fd006b818ca965eeec789f Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 16 Aug 2013 20:02:53 -0400 Subject: Added docs detailing containing latest protocol changes. --- docs/updates/Spam-Prevention.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/updates/Spam-Prevention.md (limited to 'docs/updates/Spam-Prevention.md') diff --git a/docs/updates/Spam-Prevention.md b/docs/updates/Spam-Prevention.md new file mode 100644 index 00000000..a0713fd1 --- /dev/null +++ b/docs/updates/Spam-Prevention.md @@ -0,0 +1,12 @@ + +Situation 1: +Someone randomly goes around the DHT sending friend requests to everyone. + +Prevented by: +Every friend address: +[client_id (32 bytes)][nospam number (4 bytes)][checksum (2 bytes)] +contains a number (nospam). + +The nospam in every friend request to that friend must be that number. + +If not it is rejected. -- cgit v1.2.3