mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +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(RendExcludeNode),
|
||||
{ "l", "Log", 1},
|
||||
{ "BandwidthRate", "BandwidthRateBytes", 1},
|
||||
{ "BandwidthBurst", "BandwidthBurstBytes", 1},
|
||||
{ "BandwidthRate", "BandwidthRateBytes", 0},
|
||||
{ "BandwidthBurst", "BandwidthBurstBytes", 0},
|
||||
{ NULL, NULL , 0},
|
||||
};
|
||||
#undef PLURAL
|
||||
|
Loading…
Reference in New Issue
Block a user