peer.conf
来自「GNUnet是一个安全的点对点网络框架」· CONF 代码 · 共 56 行
CONF
56 行
# This is the configuration for the GNUnet daemon when running# the test in this directory (make check).[PATHS]GNUNETD_HOME = /tmp/gnunet-check-collection[GNUNETD]GNUNETD_HOME = /tmp/gnunet-check-collection# VALGRIND = 300HELLOEXPIRES = 60LOGLEVEL = NOTHINGLOGFILE = $GNUNETD_HOME/logsKEEPLOG = 0PIDFILE = $GNUNETD_HOME/gnunetd.pidHOSTS = $GNUNETD_HOME/data/hosts/APPLICATIONS = "fs getoption stats"TRANSPORTS = ""[MODULES]sqstore = "sqstore_sqlite"# you can also use sqstore_mysql here if # that DB is available...topology = "topology_default"dstore = "dstore_sqlite"[NETWORK]PORT = 12087HELOEXCHANGE = NOTRUSTED = 127.0.0.0/8;[LOAD]BASICLIMITING = YESMAXNETUPBPSTOTAL = 50000MAXNETDOWNBPSTOTAL = 50000MAXCPULOAD = 100[FS]QUOTA = 1024ACTIVEMIGRATION = NODIR = /tmp/gnunet-collection-test/INDEX-DIRECTORY = $GNUNETD_HOME/data/shared/INDEX-QUOTA = 8192[MYSQL]DELAYED = NODATABASE = gnunetcheck[GAP]TABLESIZE = 65536[TESTING]WEAKRANDOM = YES
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?