readme

来自「带宽测量算法spruce源代码」· 代码 · 共 29 行

TXT
29
字号
Readme for Spruce version 0.2Compiling:gmakeTo run:first start spruce_rcv at the destination, and then start spruce_snd at thesource as followsdestination$ ./spruce_rcvsource$ ./spruce_snd -h destination -c 100Moptions: -h destination host where spruce_rcv is running -c Path capacity  Path capacity may be specified as either    bits per second (no suffix)   kilobits per second (suffix of K)   megabits per second (suffix of M) -n number of pairs to send (default is 100)Please send any comments/questions tojastr@mit.edu

⌨️ 快捷键说明

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