summaryrefslogtreecommitdiffstats
path: root/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-05-15 21:26:15 +0000
committerlioux <lioux@FreeBSD.org>2006-05-15 21:26:15 +0000
commit7d71ab2c94fdf0f521ece77eea3254735034c626 (patch)
tree3f658263ce6083181139719e60198e4ccca8e905 /net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml
parent10eeac65ba1da9e881b9cf4f58080f98c1cf3486 (diff)
downloadFreeBSD-ports-7d71ab2c94fdf0f521ece77eea3254735034c626.zip
FreeBSD-ports-7d71ab2c94fdf0f521ece77eea3254735034c626.tar.gz
o Update WIP swarming patch to revision n
o Save memory by using only 2 integers instead of 4 to record IPv4 addresses o Bump PORTREVISION
Diffstat (limited to 'net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml')
-rw-r--r--net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml b/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml
new file mode 100644
index 0000000..0137b3e
--- /dev/null
+++ b/net-p2p/mldonkey-devel/files/patch-src__networks__fileTP__fileTPInteractive.ml
@@ -0,0 +1,16 @@
+--- ./src/networks/fileTP/fileTPInteractive.ml.orig Mon Apr 10 16:16:13 2006
++++ ./src/networks/fileTP/fileTPInteractive.ml Mon May 15 13:03:12 2006
+@@ -90,11 +90,11 @@
+ P.file_download_rate = file_download_rate file.file_file;
+ P.file_chunks = (match file.file_swarmer with
+ None -> "" | Some swarmer ->
+- CommonSwarming.verified_bitmap swarmer);
++ CommonSwarming.chunks_verified_bitmap swarmer);
+ P.file_availability =
+ [network.network_num,(match file.file_swarmer with
+ None -> "" | Some swarmer ->
+- CommonSwarming.availability swarmer)];
++ CommonSwarming.chunks_availability swarmer)];
+ P.file_format = FormatNotComputed 0;
+ P.file_chunks_age = [|0|];
+ P.file_age = file_age file;
OpenPOWER on IntegriCloud