X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=debian%2Fapt-p2p.conf.sgml;h=e8938d3386d82dc74130723062afd2927f7a1475;hb=8b0b5e550dc951b13e00a17755184a1cb8ec8743;hp=98a8a8c53181ed05ed9a6fafaceafdc9c6d9c777;hpb=52a1d47b47a4f68ee189d0ae7e67dfb815d7258a;p=quix0rs-apt-p2p.git diff --git a/debian/apt-p2p.conf.sgml b/debian/apt-p2p.conf.sgml index 98a8a8c..e8938d3 100644 --- a/debian/apt-p2p.conf.sgml +++ b/debian/apt-p2p.conf.sgml @@ -52,7 +52,7 @@ entries overriding former ones: /etc/apt-p2p/apt-p2p.conf - ${HOME}/.apt-p2p/apt-p2p.conf + $HOME/.apt-p2p/apt-p2p.conf the location specified by the config-file parameter @@ -115,7 +115,7 @@ The directory to store the downloaded files in. - (Default is ${HOME}/.apt-p2p/cache.) + (Default is $HOME/.apt-p2p/cache.) @@ -129,7 +129,9 @@ - Whether it's OK to use an IP addres from a known local or private range. + Whether it's OK for the application to use for sharing files an IP address from a + known local or private range (RFC 1918). This should only be set true if you are running + your own private apt-p2p network that no one else will be connecting to. (Default is false) @@ -220,14 +222,14 @@ The concurrent number of calls per find node/value request. - (Default is 4.) + (Default is 8.) The number of redundant copies of a value to store in the DHT. - (Default is 3.) + (Default is 6.) @@ -263,6 +265,15 @@ (Default is 1 hour.) + + + + Whether it's OK to add nodes to the routing table that use an IP address from a + known local or private range (RFC 1918). This should only be set true if you are running + your own private apt-p2p network that no one else will be connecting to. + (Default is to use the value specified in the DEFAULT section.) + + @@ -274,7 +285,7 @@ The time to wait before KRPC requests timeout. - (Default is 14 seconds.) + (Default is 9 seconds.) @@ -283,9 +294,9 @@ The time to start with when resending KRPC requests using exponential backoff. The request will first be resent after the delay set here. The request will be resent again after twice the delay set here, and so on. - e.g. if TIMEOUT is 14 sec., and INITIAL_DELAY is 2 sec., then requests will + e.g. if TIMEOUT is 9 sec., and INITIAL_DELAY is 2 sec., then requests will be resent at times 0, 2 (2 sec. later), and 6 (4 sec. later), and then will - timeout at 14. (Default is 2 seconds.) + timeout at 9. (Default is 2 seconds.)