mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/bittorr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/bittorr...
Date: Sun, 07 Jul 2013 10:54:49 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       13/07/07 10:54:49

Modified files:
        distrib        : ChangeLog 
        src/networks/bittorrent: bTClients.ml 

Log message:
        patch #8104

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1568&r2=1.1569
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/bittorrent/bTClients.ml?cvsroot=mldonkey&r1=1.109&r2=1.110

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1568
retrieving revision 1.1569
diff -u -b -r1.1568 -r1.1569
--- distrib/ChangeLog   7 Jul 2013 10:53:52 -0000       1.1568
+++ distrib/ChangeLog   7 Jul 2013 10:54:48 -0000       1.1569
@@ -15,6 +15,7 @@
 =========
 
 2013/07/07:
+8104: BT: suppress warning for peers6 entry in tracker response (ygrek)
 7954: Fix handling of full disc (jcea)
 7917: Allow upnp_stub.c to be compiled on Mac OS X (zbroyar)
 

Index: src/networks/bittorrent/bTClients.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/bittorrent/bTClients.ml,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -b -r1.109 -r1.110
--- src/networks/bittorrent/bTClients.ml        27 Jul 2012 17:46:38 -0000      
1.109
+++ src/networks/bittorrent/bTClients.ml        7 Jul 2013 10:54:48 -0000       
1.110
@@ -1815,7 +1815,8 @@
                   iter_comp p 0 (String.length p)
             | "private", Int n -> ()
               (* TODO: if set to 1, disable peer exchange *)
-
+            | "peers6", _ -> ()
+              (* TODO IPv6 support required *)
             | key, _ -> lprintf_file_nl (as_file file) "received unknown entry 
in answer from tracker: %s : %s" key (Bencode.print value)
         ) list;
        (*Now, that we have added new clients to a file, it's time



reply via email to

[Prev in Thread] Current Thread [Next in Thread]