mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
allow BandwidthRate and Burst to be abbrevs in the torrc too
svn:r2744
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user