Changeset 1172 for trunk/rtorrent/src/command_network.cc
- Timestamp:
- 08/25/10 03:14:19 (21 months ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/command_network.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/command_network.cc
r1168 r1172 421 421 CMD2_VAR_STRING("connection_seed", "seed"); 422 422 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 423 426 CMD2_VAR_VALUE ("throttle.min_peers.normal", 40); 424 427 CMD2_VAR_VALUE ("throttle.max_peers.normal", 100);
