config.txt.sample

来自「chord 源码 http://pdos.csail.mit.edu/chor」· SAMPLE 代码 · 共 28 行

SAMPLE
28
字号
# path to ssh, default "ssh"# SSH = ssh# You can set Makefile-style variablesTESLA_PATH = /home/thomer/install/bin/teslaLSD_PATH = /home/thomer/install/bin/lsdSLAVE_PATH = /home/thomer/install/bin/testslave## All hosts involved.## IP address (not hostname!), path to tesla, path to lsd, path to testslave# You can't mix localhost (127...) addresses and non-localhost addresses.## 18.26.4.76 $TESLA_PATH $LSD_PATH $SLAVE_PATH# 18.26.4.9 /home/am0/thomer/install/bin/tesla /home/am0/thomer/install/bin/lsd /home/am0/thomer/install/bin/testslave127.0.0.1 $TESLA_PATH $LSD_PATH $SLAVE_PATH127.0.0.1 $TESLA_PATH $LSD_PATH $SLAVE_PATH127.0.0.1 $TESLA_PATH $LSD_PATH $SLAVE_PATH# determines how long to sleep before starting the tests.# default is 5# SLEEP = 5# all programs to run.  must exit(0) if OK./home/thomer/prog/sfsnet/build/test/example1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?