improved disconnect search interval

This commit is contained in:
Jeff Hill
2003-07-03 15:07:51 +00:00
parent 37476c6482
commit 773c12becc
6 changed files with 33 additions and 14 deletions

View File

@@ -149,7 +149,7 @@ void nciu::connect ( unsigned nativeType,
void nciu::disconnect ( netiiu & newiiu )
{
this->piiu = & newiiu;
this->retry = 0u;
this->retry = disconnectRetrySetpoint;
this->typeCode = USHRT_MAX;
this->count = 0u;
this->sid = UINT_MAX;