* Check for duplicate filenames when opening a torrent.

* Removed unnessesary functions from torrent.h.

* Cleanup of Handshake.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@820 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-12-09 16:51:34 +00:00
parent 407d570de3
commit 460aac5df0
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -285,8 +285,8 @@ print_status_extra(char* first, char* last, __UNUSED Control* c) {
first = print_buffer(first, last, " [S %i/%i/%i]",
torrent::total_handshakes(),
torrent::open_sockets(),
torrent::max_open_sockets());
torrent::connection_manager()->size(),
torrent::connection_manager()->max_size());
first = print_buffer(first, last, " [F %i/%i]",
torrent::open_files(),