blob: c12cc91111b82fb0f25f1637a350f36c57c63823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
@INLINE@ test_transport_defaults.conf
[PATHS]
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/
[PEER]
PRIVATE_KEY = $GNUNET_TMP/test-communicator-unix-2/private.key
[transport-tcp]
PORT = 52400
[transport-udp]
PORT = 52401
[transport]
PORT = 60001
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_2.sock
[nat]
UNIXPATH = $GNUNET_TMP/communicator-unix-2/nat.sock
[peerstore]
UNIXPATH = $GNUNET_TMP/test-communicator-unix-2/peerstore.sock
[resolver]
PORT = 62090
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver_test_2.sock
[communicator-unix]
#PREFIX = xterm -geometry 100x85 -T peer2 -e gdb --args
#PREFIX = valgrind --leak-check=full --track-origins=yes
UNIXPATH = $GNUNET_RUNTIME_DIR/communicator-unix-2.sock
[communicator-tcp]
BINDTO = 60003
[communicator-udp]
BINDTO = 60003
|