aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/fnettrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnettrace/fnettrace.h')
-rw-r--r--src/fnettrace/fnettrace.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/fnettrace/fnettrace.h b/src/fnettrace/fnettrace.h
index 59b9618a9..66b7378da 100644
--- a/src/fnettrace/fnettrace.h
+++ b/src/fnettrace/fnettrace.h
@@ -29,11 +29,10 @@
29#include <stdarg.h> 29#include <stdarg.h>
30//#define DEBUG 1 30//#define DEBUG 1
31 31
32//#define NETLOCK_INTERVAL 15 32#define NETLOCK_INTERVAL 60 // seconds
33#define NETLOCK_INTERVAL 60 33#define DISPLAY_INTERVAL 2 // seconds
34#define DISPLAY_INTERVAL 2 34#define DISPLAY_TTL 4 // display intervals (4 * 2 seconds)
35#define DISPLAY_TTL 4 35#define DISPLAY_BW_UNITS 20 // length of the bandwidth bar
36#define DISPLAY_BW_UNITS 20
37 36
38 37
39static inline void ansi_topleft(void) { 38static inline void ansi_topleft(void) {