/** 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 |
---|---|---|---|
99 | 2025-07-14 17:47:33 | 18.40 | 96% |
83 | 2025-07-13 14:45:23 | 15.32 | 94% |
76 | 2025-06-24 21:40:42 | 16.71 | 97% |
67 | 2025-06-23 19:44:52 | 15.08 | 91% |
34 | 2025-06-11 18:36:58 | 17.59 | 92% |
29 | 2025-06-11 18:08:14 | 13.79 | 95% |
24 | 2025-06-10 22:08:33 | 16.25 | 94% |