[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/network/ktorrent
From:       Joris Guisson <joris.guisson () gmail ! com>
Date:       2005-11-18 18:24:09
Message-ID: 1132338249.493295.21215.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 481313 by guisson:

Some small changes

 M  +1 -0      ChangeLog  
 M  +1 -1      libktorrent/torrent/peer.cpp  
 M  +1 -1      libktorrent/torrent/serverauthenticate.cpp  


--- trunk/extragear/network/ktorrent/ChangeLog #481312:481313
@@ -23,6 +23,7 @@
 - Requests time out after 60 seconds
 - Added UPnP plugin (108930)
 - Rarest piece first downloading
+- Added new choking algorithm
 
 - Fixed BUG: 
 	-114103
--- trunk/extragear/network/ktorrent/libktorrent/torrent/peer.cpp #481312:481313
@@ -314,7 +314,7 @@
 	QString Peer::getIPAddresss() const
 	{
 		if (sock)
-			return sock->peerAddress().toString();
+			return sock->peerAddress().nodeName();
 		else
 			return QString::null;
 	}
--- trunk/extragear/network/ktorrent/libktorrent/torrent/serverauthenticate.cpp #481312:481313
@@ -47,7 +47,7 @@
 	{
 		if (!sock) return;
 		
-		Out() << "Authentication(S) to " << sock->peerAddress().toString()
+		Out() << "Authentication(S) to " << sock->peerAddress().nodeName()
 			<< " : " << (succes ? "ok" : "failure") << endl;
 		disconnect(sock,SIGNAL(readyRead()),this,SLOT(onReadyRead()));
 		disconnect(sock,SIGNAL(gotError(int)),this,SLOT(onError(int )));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic