The Rconnect() socket call requests a connection to a remote host. The request goes directly to a SOCKS server.
Syntax
#include <types.h> #include <sys\socket.h> int Rconnect(s, name, namelen)
Description
See the "Description" section in connect() for additional information about connecting. (This description information also applies to the Rconnect() call).
Related Calls