Text race history for Shoemaker-Levy 9 (atthetop)

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
42 2018-10-31 23:56:30 74.17 96%
30 2018-10-31 23:38:27 74.42 96%
25 2018-10-31 23:31:06 72.45 95%
13 2018-10-31 04:35:27 68.12 95%
6 2018-10-31 04:22:23 59.68 93%
1 2018-10-31 04:13:51 54.23 93%