diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-02-05 21:35:55 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-02-05 21:35:55 +0200 |
commit | b18bd36aed6671eed7c1b985181506c4860b9331 (patch) | |
tree | f2efce5ede9145fae66c0afa3930d996503692b3 /client/Config.h | |
parent | b4caa570592b5b6ddaa10ca529bda3c80476c7fd (diff) |
FIX: add Firewall rule; disable logfile buffering
Diffstat (limited to 'client/Config.h')
-rw-r--r-- | client/Config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/Config.h b/client/Config.h index 1e3dd72..ac2ed31 100644 --- a/client/Config.h +++ b/client/Config.h @@ -229,6 +229,12 @@ public: vector<FileEntry> GetDownloadList(); /** + * @brief Get list of firewall rules + * @return List of FirewallEntry wrapper object that describe firewall rules + */ + vector<FirewallEntry> GetFirewallList(); + + /** * @brief Static proxy speed value limit.<br/> * This value is used to determine speed label color. * All speed value below this constant will be red, higher values will be green |