Changement du node_id pour un nombre de 64bit (!bytes)

Générer avec python3.random(64)
This commit is contained in:
n07070 2020-04-01 17:16:46 +02:00
parent e16af52ab5
commit d39efa7501

View File

@ -18,7 +18,7 @@
#define LISTEN_PORT 1212 #define LISTEN_PORT 1212
// The node ID // The node ID
#define NODE_ID 203242402519736214145149136169422092269247115186189140178187251487819615911212154252117172522111472481308026129190139512419121015210238252292031613214452118122204415160254 #define NODE_ID 42675882021843277
// The number of neighbours // The number of neighbours
// The neighbour table has 15 entries // The neighbour table has 15 entries