Browse Source

Disable noise

Caleb James DeLisle 5 months ago
parent
commit
2d414ab3d3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      node_build/make.js

+ 4 - 1
node_build/make.js

@@ -76,7 +76,10 @@ Builder.configure({
         // enable for safety (don't worry about speed, profiling shows they add ~nothing)
         // enable for safety (don't worry about speed, profiling shows they add ~nothing)
         '-D', 'Identity_CHECK=1',
         '-D', 'Identity_CHECK=1',
         '-D', 'Allocator_USE_CANARIES=1',
         '-D', 'Allocator_USE_CANARIES=1',
-        '-D', 'PARANOIA=1'
+        '-D', 'PARANOIA=1',
+
+        // Noise protocol causes huge problems for beacon session setup
+        '-D', 'NOISE_NO=1'
     );
     );
 
 
     if (process.env["CJDNS_RELEASE_VERSION"]) {
     if (process.env["CJDNS_RELEASE_VERSION"]) {