mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
i2pd: correct docs about bandwidth setting
This commit is contained in:
parent
f16a9f694e
commit
92b923b378
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ in
|
||||||
type = with types; nullOr int;
|
type = with types; nullOr int;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Set a router bandwidth limit integer in kbps or letters: L (32), O (256), P (2048), X (>9000)
|
Set a router bandwidth limit integer in KBps.
|
||||||
|
If not set, i2pd defaults to 32KBps.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue