diff options
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r-- | src/or/dirvote.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h index a7398743b0..e39526596c 100644 --- a/src/or/dirvote.h +++ b/src/or/dirvote.h @@ -56,6 +56,10 @@ * Unmeasured=1 flag for unmeasured bandwidths */ #define MIN_METHOD_TO_CLIP_UNMEASURED_BW 17 +/** Default bandwidth to clip unmeasured bandwidths to using method >= + * MIN_METHOD_TO_CLIP_UNMEASURED_BW */ +#define DEFAULT_MAX_UNMEASURED_BW 20 + void dirvote_free_all(void); /* vote manipulation */ |