Text race history for mak (makmak2)

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
103 2024-09-27 00:46:51 27.19 95.3%
74 2024-09-21 03:48:18 24.64 92.7%
64 2024-09-19 10:05:39 24.85 94.5%
24 2024-09-12 01:36:13 21.54 93.6%
15 2024-09-10 01:35:21 15.99 92.6%
14 2024-09-10 01:29:29 16.59 92.3%
11 2024-09-10 01:18:27 16.99 91.7%