Commit d4b207c9 by ziho

first version

parent 620fc45f
...@@ -66,10 +66,12 @@ python tcpsend.py ...@@ -66,10 +66,12 @@ python tcpsend.py
#### 问题 #### 问题
1、两个包发送间隔用什么参数来估计?现在的公式是 1、两个包发送间隔用什么参数来估计?现在的公式是
$$ $$
T_{sleep}=\alpha*T_{sleep}+(1-\alpha)T_{trans}*C T_{sleep}=\alpha*T_{sleep}+(1-\alpha)T_{trans}*C
$$ $$
​ T_trans是开始连接到传输完成的单次时延,C是一个常数,这个常数目前是1.2,低了会出现拥挤
​ T_trans是开始连接到传输完成的单次时延,C是一个常数,这个常数目前是1.375,低了会出现拥挤
​ 网络波动大的时候情况还没测试 ​ 网络波动大的时候情况还没测试
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment