* Using SocketAddress instead of PeerInfo in Tracker*, unconnected

peers and HandshakeManager. Some other address releated code was
cleaned up.

* Made a seperate AvailableList class for unconnected peers. Using the
tracker success signal to call a function in ConnectionList that
removes already connected peers from the list.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@514 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-08-03 18:50:36 +00:00
parent 91a6950c01
commit e5aad7ed6a
4 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ apply_bind(ui::Control* m, const std::string& arg) {
void
apply_ip(ui::Control* m, const std::string& arg) {
torrent::set_address(arg);
torrent::set_local_address(arg);
}
// The arg string *must* have been checked with validate_port_range