remote_connect
int remote_connect(const char *, const char *, struct addrinfo);
s = remote_connect(host, port, hints);
proxyfd = remote_connect(proxyhost, proxyport, proxyhints);
int remote_connect(const char *, const char *, struct addrinfo);