X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=debian%2Fapt-p2p.conf.sgml;h=21b9d3dcd751b5b8c88cf5a02dc17e4c55d1ec17;hb=aafdc40ed1f4b5355bdf23365dc9d48f74cc8761;hp=301ccb1a5d7b7ec11a9e049b61600a9c2a6f1f1f;hpb=7b1167d8ce780312d3689c9309c7e9c64060c085;p=quix0rs-apt-p2p.git diff --git a/debian/apt-p2p.conf.sgml b/debian/apt-p2p.conf.sgml index 301ccb1..21b9d3d 100644 --- a/debian/apt-p2p.conf.sgml +++ b/debian/apt-p2p.conf.sgml @@ -93,6 +93,24 @@ (Default is 9977.) + + + + The speed to limit sending data to peers to, in KBytes/sec. + Set this to 0 to not limit the upload bandwidth. + (Default is 0) + + + + + + The minimum number of peers before the mirror is not used. + If there are fewer peers than this for a file, the mirror will also be + used to speed up the download. Set to 0 to never use the mirror if + there are peers. + (Default is 3) + + @@ -115,6 +133,13 @@ (Default is false) + + + + Whether a remote peer can access the statistics page. + (Default is True) + + @@ -131,6 +156,14 @@ (Default is 57 minutes.) + + + + The user name to try and run as. + Leaving this blank will try to run as current user. + (Default is 'apt-p2p'.) + + @@ -176,21 +209,6 @@ (Default is false) - - - - The number of the Kademlia "K" constant. - It should be an even number. - (Default is 8.) - - - - - - The number of bits in the hash to use. - (Default is 160.) - - @@ -252,6 +270,24 @@ (Default is 1 hour.) + + + + The time to wait before KRPC requests timeout. + (Default is 14 seconds.) + + + + + + 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 + be resent at times 0, 2 (2 sec. later), and 6 (4 sec. later), and then will + timeout at 14. (Default is 2 seconds.) + +