diff options
author | Edznux <edznux@gmail.com> | 2020-10-08 20:48:46 +0200 |
---|---|---|
committer | Edznux <edznux@gmail.com> | 2020-10-08 20:48:46 +0200 |
commit | 0220a8ff6670da2b9fd8cb883528d2a86f683c74 (patch) | |
tree | fda0a5acb219feabafee1d33c5cfb891ec192bff /include/config.h | |
parent | deab5a1532777df16aaf83bda2dc6cf757a8b49e (diff) | |
download | afl++-0220a8ff6670da2b9fd8cb883528d2a86f683c74.tar.gz |
Add env var toggle for StatsD
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h index 3d6b0395..405c2712 100644 --- a/include/config.h +++ b/include/config.h @@ -41,11 +41,10 @@ #define USE_COLOR -/* Enable sending statistics over a StatsD daemon. -Server config can be adjusted with AFL_STATSD_HOST and AFL_STATSD_PORT env var. +/* StatsD config + Config can be adjusted via AFL_STATSD_HOST and AFL_STATSD_PORT environment + variable. */ - -#define USE_STATSD #define STATSD_UPDATE_SEC 1 #define STATSD_DEFAULT_PORT 8125 #define STATSD_DEFAULT_HOST "127.0.0.1" |