fixed bug occurring when connection dropped while waiting to send, and
initialize new search gongestion thresh parm
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user