Text race history for Lam (eeric)

Back to text analysis page

/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }

Game Time WPM Accuracy
19 2011-01-29 13:42:12 47.97
18 2011-01-29 13:40:07 48.93
10 2011-01-29 04:29:37 47.55
7 2011-01-29 04:24:47 57.14
5 2011-01-29 04:21:45 53.05