super(DEFAULT_PORT);
try { UDPServer server = new FastUDPDiscardServer(); server.start(); } catch (SocketException ex) { System.err.println(ex); }