mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
allow BandwidthRate and Burst to be abbrevs in the torrc too
svn:r2744
This commit is contained in:
parent
8d8d6b5661
commit
a972589bdb
@ -55,8 +55,8 @@ static config_abbrev_t config_abbrevs[] = {
|
|||||||
PLURAL(RendNode),
|
PLURAL(RendNode),
|
||||||
PLURAL(RendExcludeNode),
|
PLURAL(RendExcludeNode),
|
||||||
{ "l", "Log", 1},
|
{ "l", "Log", 1},
|
||||||
{ "BandwidthRate", "BandwidthRateBytes", 1},
|
{ "BandwidthRate", "BandwidthRateBytes", 0},
|
||||||
{ "BandwidthBurst", "BandwidthBurstBytes", 1},
|
{ "BandwidthBurst", "BandwidthBurstBytes", 0},
|
||||||
{ NULL, NULL , 0},
|
{ NULL, NULL , 0},
|
||||||
};
|
};
|
||||||
#undef PLURAL
|
#undef PLURAL
|
||||||
|
Loading…
Reference in New Issue
Block a user