diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-02 03:39:19 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-02 03:39:19 +0000 |
commit | fe8309d7fd15ad476dac9606b0f078110e7f82bc (patch) | |
tree | 7e54647c08b3ca6ddcec69540fe3cee24a504a74 /net-p2p/freenet05/pkg-descr | |
parent | Chase guile's shared lib version. (diff) |
New port freenet version 0.5.2.r1: peer-to-peer network aiming at
anonymity and freedom of speech
Diffstat (limited to 'net-p2p/freenet05/pkg-descr')
-rw-r--r-- | net-p2p/freenet05/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-p2p/freenet05/pkg-descr b/net-p2p/freenet05/pkg-descr new file mode 100644 index 000000000000..0f7d4a2c81ca --- /dev/null +++ b/net-p2p/freenet05/pkg-descr @@ -0,0 +1,23 @@ +Freenet is a large-scale peer-to-peer network which pools the power +of member computers around the world to create a massive virtual +information store open to anyone to freely publish or view information +of all kinds. Freenet is: + +Highly survivable: All internal processes are completely anonymized +and decentralized across the global network, making it virtually +impossible for an attacker to destroy information or take control +of the system. + +Private: Freenet makes it extremely difficult for anyone to spy on +the information that you are viewing, publishing, or storing. + +Secure: Information stored in Freenet is protected by strong +cryptography against malicious tampering or counterfeiting. + +Efficient: Freenet dynamically replicates and relocates information +in response to demand to provide efficient service and minimal +bandwidth usage regardless of load. Significantly, Freenet generally +requires log(n) time to retrieve a piece of information in a network +of size n. + +WWW: http://freenet.sourceforge.net/ |