perf_http_peer2.conf 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @INLINE@ template_cfg_peer2.conf
  2. [PATHS]
  3. GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
  4. [transport]
  5. PORT = 12010
  6. PLUGINS = http_server
  7. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
  8. [transport-http_server]
  9. PORT = 12090
  10. USE_IPv6 = YES
  11. [nat]
  12. # Disable IPv6 support
  13. DISABLEV6 = YES
  14. # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
  15. RETURN_LOCAL_ADDRESSES = NO
  16. [arm]
  17. PORT = 12014
  18. DEFAULTSERVICES = transport hostlist
  19. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
  20. [statistics]
  21. PORT = 12013
  22. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
  23. [resolver]
  24. PORT = 12012
  25. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
  26. [peerinfo]
  27. PORT = 12011
  28. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
  29. [hostlist]
  30. HTTPPORT = 9080
  31. OPTIONS = -p
  32. BINDTOIPV4 = YES
  33. BINDTOIP = 127.0.0.1
  34. [ats]
  35. # Network specific inbound/outbound quotas
  36. UNSPECIFIED_QUOTA_IN = unlimited
  37. UNSPECIFIED_QUOTA_OUT = unlimited
  38. # LOOPBACK
  39. LOOPBACK_QUOTA_IN = unlimited
  40. LOOPBACK_QUOTA_OUT = unlimited
  41. # LAN
  42. LAN_QUOTA_IN = unlimited
  43. LAN_QUOTA_OUT = unlimited
  44. # WAN
  45. WAN_QUOTA_IN = unlimited
  46. WAN_QUOTA_OUT = unlimited
  47. # WLAN
  48. WLAN_QUOTA_IN = unlimited
  49. WLAN_QUOTA_OUT = unlimited
  50. # BLUETOOTH
  51. BLUETOOTH_QUOTA_IN = unlimited
  52. BLUETOOTH_QUOTA_OUT = unlimited
  53. # ATS options