IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 10:26:22 AM (20 years ago)
Author:
eugene
Message:

HUNG client should not be killed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/CheckDoneHost.c

    r10657 r10659  
    2626
    2727    case PCLIENT_HUNG:
    28       // XXX should this be DONE or DOWN?/
    29       PutHost (host, PCONTROL_HOST_DONE, STACK_BOTTOM);
     28      // don't do anything drastic, just try again later
     29      PutHost (host, PCONTROL_HOST_BUSY, STACK_BOTTOM);
    3030      if (DEBUG || VerboseMode()) gprint (GP_ERR, "host %s is not responding\n", host[0].hostname);
    3131      FreeIOBuffer (&buffer);
Note: See TracChangeset for help on using the changeset viewer.