浏览代码

Use bigger value to avoid TCP window simulation

Samuel Thibault 12 年之前
父节点
当前提交
4f55fce2be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/simgrid.c

+ 1 - 1
src/core/simgrid.c

@@ -69,7 +69,7 @@ int main(int argc, char **argv)
 	}
 
 	MSG_init(&argc, argv);
-	//MSG_config("network/TCP_gamma", "20000");
+	//MSG_config("network/TCP_gamma", "1000000000");
 	//MSG_config("network/latency_factor", "1");
 	//MSG_config("network/bandwidth_factor", "1");
 	MSG_config("workstation/model", "ptask_L07");