Explorar o código

Use bigger value to avoid TCP window simulation

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
4f55fce2be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");