Menu

#3 patch to util.c to add connect_host()

open
nobody
None
5
2002-08-12
2002-08-12
No

See desproxy-inetd.patch for details.

Will also need to patch util.h to declare the function and avoid a
compiler warning, ie:

111a112,121
> * Function : int connect_host(int connection, char *remote_host
> * : char *remote_port)
> * Purpose : connects to remote_host:remote_port directly
> * Params : int connection - number of connection in use
> * : char *remote_host - remote host (name or IP as string)
> * : char *remote_port - remote port (number as string)
> */
> int connect_host(int connection, char *remote_host, char *remote_port);
>
> /*

Discussion

  • Bruce Campbell

    Bruce Campbell - 2002-08-12

    patch to util.c

     
  • Miguelanxo Otero Salgueiro

    Logged In: YES
    user_id=258448

    I don't see the motivation in your patch. What's this for?

     

Log in to post a comment.