Logging.error("CONNECTION", "Exception! (Probably couldn't bind or timeout):" + e.getMessage());
main.goGracefullyIntoTheNight();
}
Generic.curProtocol.setBuffers(out);
util.startThread(new Thread(new ConnThread(in, prot))).start(); // start async input thread
}