1.1.20 with retry-patch

From: Ming Lu <mlu@dont-contact.us>
Date: Thu, 26 Feb 1998 23:47:03 -0500 (EST)

Hi all:

After I put the retry-path, comm.c line 673 looks like this:

    if (status == COMM_OK) {
        lft = comm_set_fd_lifetime(sock, Config.lifetimeDefault);
        debug(5, 10, "comm_connect_addr: FD %d connected to %s:%d,
lifetime %d.\n",
            sock, conn->ipaddr, conn->remote_port, lft);
#ifndef RETRY_PATCH
    } else if (status == COMM_INPROGRESS) {
        lft = comm_set_fd_lifetime(sock, Config.connectTimeout);
        debug(5, 10, "comm_connect_addr: FD %d connection pending,
lifetime %d\n",
            sock, lft);
#endif /* RETRY_PATCH */

Is this right????

_ming

============================================================================
Ming Lu Email: Ming.Lu@GlobalOne.net
Network Tech Consulting Engineer Phone: 703-689-5290 (w)
Product Engineering 703-855-4194 (m)
Global One Telecommunications, LLT. 703-689-6575 (f)
============================================================================
"Do not pay attention to every word people say, or you may hear your
 servant cursing you ---- for you know in your heart that many times you
 yourself have cursed others."
Received on Thu Feb 26 1998 - 20:41:58 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:39:01 MST