test_core_quota_asymmetric_send_limit_peer2.conf 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @INLINE@ test_core_defaults.conf
  2. [PATHS]
  3. GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-core-quota-asym-send-lim-peer-2/
  4. [arm]
  5. PORT = 22486
  6. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-asym-send-p2-service-arm.sock
  7. [statistics]
  8. PORT = 22487
  9. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-asym-send-p2-service-statistics.sock
  10. [resolver]
  11. PORT = 22484
  12. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-asym-send-p2-service-resolver.sock
  13. [peerinfo]
  14. PORT = 22489
  15. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-asym-send-p2-service-peerinfo.sock
  16. [transport]
  17. PORT = 22485
  18. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-asym-send-p2-service-transport.sock
  19. [core]
  20. PORT = 22490
  21. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-asym-send-p2-service-core.sock
  22. [ats]
  23. PORT = 22491
  24. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-asym-send-p2-service-ats.sock
  25. WAN_QUOTA_IN = 100 MiB
  26. WAN_QUOTA_OUT = 100 MiB
  27. [ats]
  28. PORT = 12471
  29. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-ats.sock
  30. # UNSPECIFIED
  31. UNSPECIFIED_QUOTA_IN = 100 MiB
  32. UNSPECIFIED_QUOTA_OUT = 100 MiB
  33. # LOOPBACK
  34. LOOPBACK_QUOTA_IN = 100 MiB
  35. LOOPBACK_QUOTA_OUT = 100 MiB
  36. # LAN
  37. LAN_QUOTA_IN = 100 MiB
  38. LAN_QUOTA_OUT = 100 MiB
  39. # WAN
  40. WAN_QUOTA_IN = 100 MiB
  41. WAN_QUOTA_OUT = 100 MiB
  42. # WLAN
  43. WLAN_QUOTA_IN = 100 MiB
  44. WLAN_QUOTA_OUT = 100 MiB
  45. [transport-tcp]
  46. PORT = 22467
  47. [transport-udp]
  48. PORT = 22468
  49. [transport-http]
  50. PORT = 22469