From 40afc5223390a79d8c9f62f3e02040e2aaa9e0d9 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 14 Sep 1993 19:19:46 +0000 Subject: [PATCH] init send retry count when each recv and at connect --- src/ca/iocinf.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ca/iocinf.c b/src/ca/iocinf.c index 98db59756..e3513fbda 100644 --- a/src/ca/iocinf.c +++ b/src/ca/iocinf.c @@ -39,6 +39,8 @@ /* 072792 joh better messages */ /* 101692 joh defensive coding against unexpected errno's */ /* 120992 GeG support VMS/UCX */ +/* 091493 joh init send retry count when each recv and at */ +/* at connect */ /* */ /*_begin */ /************************************************************************/ @@ -478,6 +480,7 @@ struct ioc_in_use *piiu; } } + piiu->send_retry_count = SEND_RETRY_COUNT_INIT; piiu->recv->stk = 0; piiu->conn_up = TRUE; piiu->active = FALSE;