Skip to content
Snippets Groups Projects
Commit c5d908f3 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

longer server timeout, 30 sec

parent e16058c8
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ public class LiFiBenchmark
public static final int DEFAULT_READ_LIMIT = 1500000 * 1024;
public static final boolean DEFAULT_SERVER_FLAG = false;
public static final int DEFAULT_DISCARD_REPS = 0;
public static final int TEN_SECONDS = 10000;
public static final int TEN_SECONDS = 30000; // ms
private String targetIp = DEFAULT_IP;
private int targetPort = DEFAULT_PORT;
......@@ -98,6 +98,7 @@ public class LiFiBenchmark
private void networkRead()
{
System.out.println("Running...");
System.out.println("Enter networkRead() with " + targetIp + " and " + targetPort);
System.out.println("Reading " + readLimit + " bytes");
System.out.println("Repetitions: "+ reps);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment