test_transport_api_timeout_http_peer2.conf 695 B

12345678910111213141516171819202122232425262728293031323334
  1. @INLINE@ template_cfg_peer2.conf
  2. [PATHS]
  3. GNUNET_TEST_HOME = /tmp/test-transport/api-http-p2/
  4. [nat]
  5. [transport-http_server]
  6. PORT = 12090
  7. USE_IPv6 = NO
  8. BINDTO = 127.0.0.1
  9. [arm]
  10. PORT = 12095
  11. DEFAULTSERVICES = transport
  12. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
  13. [statistics]
  14. PORT = 12094
  15. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
  16. [resolver]
  17. PORT = 12093
  18. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
  19. [peerinfo]
  20. PORT = 12092
  21. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
  22. [transport]
  23. PORT = 12091
  24. PLUGINS = http_server
  25. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
  26. #PREFIX = valgrind --leak-check=full