/** 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 |
|---|---|---|---|
| 50 | 2015-09-24 22:04:14 | 65.25 | 99% |
| 23 | 2015-09-08 22:13:51 | 70.13 | 99% |
| 15 | 2015-09-07 01:07:06 | 61.34 | 96% |
| 10 | 2015-09-03 22:24:47 | 62.57 | 98% |
| 7 | 2015-09-03 22:19:35 | 57.53 | 97% |