diff options
Diffstat (limited to 'net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPClients.ml')
-rw-r--r-- | net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPClients.ml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPClients.ml b/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPClients.ml index 782bdd8..e1c5d47 100644 --- a/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPClients.ml +++ b/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPClients.ml @@ -1,5 +1,16 @@ --- ./src/networks/fileTP/fileTPClients.ml.orig Sat Apr 8 21:26:41 2006 -+++ ./src/networks/fileTP/fileTPClients.ml Sun May 7 06:39:10 2006 ++++ ./src/networks/fileTP/fileTPClients.ml Mon May 15 13:03:12 2006 +@@ -188,8 +188,8 @@ + lprintf "Current Block: "; CommonSwarming.print_block b; + end; + try +- let (x,y,r) = CommonSwarming.find_range up in +- ++ let (x,y,r) = ++ CommonSwarming.find_range up min_range_size in + (* lprintf "GOT RANGE:\n"; *) + if !verbose_swarming then CommonSwarming.print_uploaders swarmer; + @@ -269,7 +269,7 @@ let chunks = [ Int64.zero, file_size file ] in let up = CommonSwarming.register_uploader swarmer |