27a2d40f9bded254e00dc60c99a235bc5e883a01
[quix0rs-apt-p2p.git] / debian / NEWS
1 apt-p2p (0.1.3) unstable; urgency=low
2
3   Port Forwarding
4
5   It is VERY important that Apt-P2P's ports be reachable by other peers.
6   This is needed both to share files with others, and to connect to
7   others through the DHT to find peers for files. If you aren't
8   accessible by others, you will not only not share anything, but your
9   performance during downloading will be affected.
10   
11   Apt-P2P uses a default port of 9977, over both TCP and UDP, for it's
12   communication. You can change this port in the
13   /etc/apt-p2p/apt-p2p.conf file, and use different ports for TCP and
14   UDP, if desired. Whatever port you use, make sure to forward it
15   through your NAT or firewall to improve your performance and share
16   with others. More information on port forwarding can be found here:
17   
18       http://portforward.com/
19
20  -- Cameron Dale <camrdale@gmail.com>  Fri,  9 May 2008 13:56:24 -0800