remote_connect
int remote_connect(const char *, const char *, struct addrinfo, char *);
s = remote_connect(host, portlist[i], hints,
proxyfd = remote_connect(proxyhost, proxyport, proxyhints, NULL);
int remote_connect(const char *, const char *, struct addrinfo, char *);