From 4c45b3d8455ecc14daeaacc02330f60603925d95 Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Tue, 19 Feb 2013 06:20:29 -0800 Subject: Add unit test for unmeasured bandwidth clipping in consensus --- src/or/dirvote.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/or/dirvote.h') diff --git a/src/or/dirvote.h b/src/or/dirvote.h index a7398743b..e39526596 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 */ -- cgit v1.2.3