Document the ipc value for the waiting to check state and implement in remote.

This commit is contained in:
Josh Elsasser
2007-08-23 06:04:21 +00:00
parent 67e79c063f
commit 8d01190690
2 changed files with 9 additions and 0 deletions

View File

@@ -940,6 +940,12 @@ printlisting( void )
printf( "%.*f%% checking files",
BESTDECIMAL( progress ), progress );
}
/* print progress */
else if( 0 == strcasecmp( "waiting to checking", ii->state ) )
{
printf( "%.*f%% waiting to check files",
BESTDECIMAL( progress ), progress );
}
/* print download progress, speeds, and eta */
else if( 0 == strcasecmp( "downloading", ii->state ) )
{

View File

@@ -513,6 +513,9 @@ which support is mandatory is "id".
"seeding" seeding file data to peers
"stopping" contacting tracker to send 'stopped' event
"paused" torrent is not active
"waiting to checking"
torrent is queued for hash check.
yes, this it really is called that.
"swarm-speed" integer, swarm speed in bytes per second
"tracker" dict with the following keys, current active tracker
"address" string, hostname or ip address of tracker