From 3927fc12b66a15a8ce60e3feb0ba33d824848732 Mon Sep 17 00:00:00 2001 From: Supriti Singh Date: Mon, 12 May 2014 11:05:40 +0000 Subject: refactoring the code for finger_table_add(), compare_and_update_predecessor() --- src/dht/gnunet-service-xdht.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/dht/gnunet-service-xdht.c') diff --git a/src/dht/gnunet-service-xdht.c b/src/dht/gnunet-service-xdht.c index f76d62078..432fea354 100644 --- a/src/dht/gnunet-service-xdht.c +++ b/src/dht/gnunet-service-xdht.c @@ -192,14 +192,6 @@ main (int argc, char *const *argv) { int ret; - /* FIXME: - Here add a new field threshold to set user defined threshold - on routing table size and trail length. Pass the thr1 and thr2 - to neighbours_init and in neighbours file, in function where we - are adding a new entry into our routing table and trail length, - check the threshold values. After conducting experiments, try to - find the correct threshold to have a balance between attack tolerance - and performance.*/ ret = (GNUNET_OK == GNUNET_SERVICE_run (argc, argv, "dht", GNUNET_SERVICE_OPTION_NONE, &run, -- cgit v1.2.3