srecord HostAndPort(S host, int port) { ret host + (port == 0 ? "" : ":" + port); }