/** 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 |
|---|---|---|---|
| 79 | 2012-06-08 07:56:06 | 58.22 | 98% |
| 67 | 2012-06-04 05:55:56 | 57.42 | 96% |
| 54 | 2012-06-01 08:54:49 | 50.07 | 95% |
| 43 | 2012-05-29 23:01:17 | 55.49 | 97% |
| 31 | 2012-05-29 05:54:29 | 46.90 | 93% |
| 12 | 2012-05-22 23:59:54 | 44.75 | 92% |