Usage: trickle [-hvVs] [-d <rate>] [-u <rate>] [-w <length>] [-t <seconds>] [-l <length>] [-n <path>] command ... -h Help (this) -v Increase verbosity level -V Print trickle version -s Run trickle in standalone mode independent of trickled;独立模式下运行 -d <rate> Set maximum cumulative download rate to <rate> KB/s;设置最大累计下载速度 -u <rate> Set maximum cumulative upload rate to <rate> KB/s;设置最大累计上传速度 -w <length> Set window length to <length> KB;设置窗口长度,默认512KB -t <seconds> Set default smoothing time to <seconds> s;设置默认的平滑时间。平滑时间决定多少时间间隔trickle将尝试让应用程序传输数据。较小的值(0.1 - 1秒)会导致更连续(平滑)会话,非常适合于交互式应用。而较大的值(1 - 10秒)可能会产生一阵阵的发送和接收数据,对需要大量带宽的应用程序更好。 -l <length> Set default smoothing length to <length> KB;设置默认的平滑长度。 默认 10 KB。 -n <path> Use trickled socket name <path>;指定 trickled socket名称。 默认 /tmp/.trickled.sock -L <ms> Set latency to <ms> milliseconds;设置延时。 -P <path> Preload the specified .so instead of the default one