Changeset 304

Show
Ignore:
Timestamp:
05/04/07 22:16:19 (1 year ago)
Author:
kindlund
Message:

Added small delay to watchdog kill part; killed thread needs a little time to relinquish it's hold of a bound TCP port.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/bin/StartAgent.pl

    r131 r304  
    4444    HoneyClient::Agent->destroy(); 
    4545 
     46    # Wait for a small amount of time, in order for the killed process to release 
     47    # its control of the bound TCP port. 
     48    sleep 5; 
     49 
    4650    $URL = HoneyClient::Agent->init(); 
    4751