static DialogIO talkToOpt(S host, int port) { try { ret talkTo(host, port); } catch (Throwable e) { ret null; } }