test_setu.conf (623B)
1 @INLINE@ ../../../contrib/conf/gnunet/no_forcestart.conf 2 3 [PATHS] 4 GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-set/ 5 6 [setu] 7 START_ON_DEMAND = YES 8 #PREFIX = valgrind --leak-check=full 9 #PREFIX = gdbserver :1234 10 OPTIONS = -L INFO 11 12 [transport] 13 PLUGINS = unix 14 OPTIONS = -LERROR 15 16 [nat] 17 RETURN_LOCAL_ADDRESSES = YES 18 DISABLEV6 = YES 19 USE_LOCALADDR = YES 20 21 [peerinfo] 22 NO_IO = YES 23 24 [nat] 25 # Use addresses from the local network interfaces (including loopback, but also others) 26 USE_LOCALADDR = YES 27 28 # Disable IPv6 support 29 DISABLEV6 = NO 30 31 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) 32 RETURN_LOCAL_ADDRESSES = YES