/** 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 |
---|---|---|---|
75 | 2015-06-03 23:54:50 | 50.35 | 94% |
64 | 2014-10-23 14:48:42 | 44.49 | 95% |
63 | 2014-10-21 15:48:46 | 50.37 | 97% |
31 | 2014-05-09 15:45:27 | 40.86 | 90% |