fixed bug occurring when connection dropped while waiting to send, and

initialize new search gongestion thresh parm
This commit is contained in:
Jeff Hill
1999-07-16 17:08:05 +00:00
parent 27229f9c14
commit 97f0ca4039

View File

@@ -29,6 +29,12 @@
* Modification Log:
* -----------------
* $Log$
* Revision 1.26.6.1 1999/07/15 21:02:25 jhill
* fixed bug where client disconnects while waiting to send TCP
*
* Revision 1.26 1997/08/04 23:37:18 jhill
* added beacon anomaly flag init/allow ip 255.255.255.255
*
* Revision 1.24 1997/06/13 09:14:26 jhill
* connect/search proto changes
*
@@ -304,7 +310,7 @@ int epicsShareAPI ca_sg_block(const CA_SYNC_GID gid, ca_real timeout)
*/
tmo.tv_sec = 0L;
tmo.tv_usec = 0L;
cac_mux_io (&tmo);
cac_mux_io (&tmo, TRUE);
status = ECA_TIMEOUT;
break;
}