Show
Ignore:
Timestamp:
08/25/10 03:14:19 (21 months ago)
Author:
rakshasa
Message:

* Some debugging tools added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rtorrent/src/command_network.cc

    r1168 r1172  
    421421  CMD2_VAR_STRING("connection_seed", "seed"); 
    422422 
     423  CMD2_ANY         ("throttle.unchoked_uploads", std::tr1::bind(&torrent::currently_unchoked)); 
     424  CMD2_ANY         ("throttle.unchoked_downloads", std::tr1::bind(&torrent::download_unchoked)); 
     425 
    423426  CMD2_VAR_VALUE   ("throttle.min_peers.normal", 40); 
    424427  CMD2_VAR_VALUE   ("throttle.max_peers.normal", 100);