test_communicator_udp_backchannel_peer1.conf (1122B)
1 @INLINE@ test_transport_defaults.conf 2 3 [PATHS] 4 GNUNET_TEST_HOME = $GNUNET_TMP/test-communicator-unix-1/ 5 6 [PEER] 7 PRIVATE_KEY = $GNUNET_TMP/test-communicator-unix-1/private.key 8 9 [pils] 10 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-pils_test_1.sock 11 12 [transport-tcp] 13 PORT = 52400 14 15 [transport-udp] 16 PORT = 52401 17 18 [transport] 19 PORT = 60000 20 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock 21 22 [nat] 23 RETURN_LOCAL_ADDRESSES = YES 24 UNIXPATH = $GNUNET_TMP/test-communicator-unix-1/nat.sock 25 ENABLE_IPSCAN = YES 26 27 [peerstore] 28 UNIXPATH = $GNUNET_TMP/test-communicator-unix-1/peerstore.sock 29 30 [statistics] 31 PORT = 22461 32 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics_test_1.sock 33 34 [resolver] 35 PORT = 62089 36 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_1.sock 37 38 [communicator-unix] 39 UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock 40 41 [communicator-tcp] 42 BINDTO = 60002 43 DISABLE_V6 = YES 44 45 [communicator-udp] 46 # PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/vg_comm1 47 BINDTO = 60002 48 DISABLE_V6 = YES 49 MAX_QUEUE_LENGTH=5000 50 51 [communicator-test] 52 BACKCHANNEL_ENABLED = YES