X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftemplate_cfg_peer2.conf;h=54636ca6b52b1101987bdc7ae6a932aac92ad13c;hb=1947bc8ef4eb37738ffc1c566d9c6f96071b29f7;hp=7249fc4cceaac06739e4b880710b2867ddf23e92;hpb=9b970163bd5b51260f77e914aacea37318cb1a5a;p=oweals%2Fgnunet.git diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf index 7249fc4cc..54636ca6b 100644 --- a/src/transport/template_cfg_peer2.conf +++ b/src/transport/template_cfg_peer2.conf @@ -1,7 +1,9 @@ @INLINE@ test_transport_defaults.conf [PATHS] SERVICEHOME = /tmp/test-transport/api-tcp-p2/ -DEFAULTCONFIG = template_cfg_peer2.conf + +[gnunetd] +HOSTKEY = $SERVICEHOME/.hostkey [nat] RETURN_LOCAL_ADDRESSES = YES @@ -9,7 +11,13 @@ DISABLEV6 = NO [transport-tcp] PORT = 12100 -TIMEOUT = 5000 +TIMEOUT = 5 s + +[transport-udp] +BROADCAST = NO + +[transport-unix] +PORT = 12017 [arm] PORT = 12014 @@ -30,10 +38,14 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock TRUST = $SERVICEHOME/data/credit/ [transport] +#PREFIX = valgrind --leak-check=full PORT = 12010 UNIXPATH = /tmp/gnunet-p2-service-transport.sock [ats] -#DEBUG = YES +WAN_QUOTA_IN = unlimited +WAN_QUOTA_OUT = unlimited PORT = 12016 UNIXPATH = /tmp/gnunet-p2-service-ats.sock + +