From: Štěpán Balážik Date: Thu, 17 Dec 2020 15:29:46 +0000 (+0100) Subject: WIP40 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fepsilon_experiment;p=thirdparty%2Fknot-resolver.git WIP40 --- diff --git a/lib/selection.c b/lib/selection.c index fbbdc67e8..8ab3ede88 100644 --- a/lib/selection.c +++ b/lib/selection.c @@ -30,7 +30,7 @@ // Define ε for ε-greedy algorithm (see select_transport) as ε=EPSILON_NOMIN/EPSILON_DENOM #define EPSILON_NOMIN 1 -#define EPSILON_DENOM 10 +#define EPSILON_DENOM 40 /* Simple cache interface follows */