/** 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 |
---|---|---|---|
49 | 2022-10-04 04:07:45 | 105.55 | 98% |
41 | 2012-04-21 05:55:46 | 78.88 | 92% |
33 | 2011-12-04 22:29:09 | 68.78 | 92% |
25 | 2011-09-11 05:30:53 | 64.29 | 90% |
23 | 2011-09-06 01:50:54 | 55.18 | 87% |
11 | 2011-03-14 03:12:23 | 64.63 | |
6 | 2011-02-26 01:09:44 | 52.63 |