mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...
Date: Sat, 08 Apr 2006 01:35:31 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/04/08 01:35:31

Modified files:
        distrib        : ChangeLog 
        src/daemon/common: commonSwarming2.ml 

Log message:
        patch #4778

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.791&tr2=1.792&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/daemon/common/commonSwarming2.ml.diff?tr1=1.27&tr2=1.28&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.791 mldonkey/distrib/ChangeLog:1.792
--- mldonkey/distrib/ChangeLog:1.791    Sat Apr  8 01:34:03 2006
+++ mldonkey/distrib/ChangeLog  Sat Apr  8 01:35:31 2006
@@ -15,6 +15,8 @@
 =========
 
 2006/04/08
+4778: CommonSwarming: In addition to the first and last chunk also load
+      the second last chunk if available before the rest
 5028: New environment variable for file_completed_cmd:
       $DLFILES (number of downloading files)
 5027: EDK: Deactivate DonkeySUI if /dev/urandom is missing
Index: mldonkey/src/daemon/common/commonSwarming2.ml
diff -u mldonkey/src/daemon/common/commonSwarming2.ml:1.27 
mldonkey/src/daemon/common/commonSwarming2.ml:1.28
--- mldonkey/src/daemon/common/commonSwarming2.ml:1.27  Fri Mar 31 12:47:08 2006
+++ mldonkey/src/daemon/common/commonSwarming2.ml       Sat Apr  8 01:35:31 2006
@@ -1963,6 +1963,9 @@
 (* This can be the position of the first block of the file *)
                 download_first 0 0;
 
+(* This must be the position of the second last block of the file *)
+                download_first 0 (nblocks-2);
+
 (* These can be the positions of the second block of the file *)
                 download_first 0 1;
                 download_first (up.up_ncomplete-1) 1;




reply via email to

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