From d39efa7501c86e79f440eb11383ba58c618abb7d Mon Sep 17 00:00:00 2001 From: n07070 Date: Wed, 1 Apr 2020 17:16:46 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20du=20node=5Fid=20pour=20un=20nombr?= =?UTF-8?q?e=20de=2064bit=20(!bytes)=20G=C3=A9n=C3=A9rer=20avec=20python3.?= =?UTF-8?q?random(64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.h b/src/node.h index 4039e25..d4ba94b 100644 --- a/src/node.h +++ b/src/node.h @@ -18,7 +18,7 @@ #define LISTEN_PORT 1212 // The node ID -#define NODE_ID 203242402519736214145149136169422092269247115186189140178187251487819615911212154252117172522111472481308026129190139512419121015210238252292031613214452118122204415160254 +#define NODE_ID 42675882021843277 // The number of neighbours // The neighbour table has 15 entries