aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-xdht.c
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-05-12 11:05:40 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-05-12 11:05:40 +0000
commit3927fc12b66a15a8ce60e3feb0ba33d824848732 (patch)
treec4d3455493aa897e9117b89e46b81f53d7983df2 /src/dht/gnunet-service-xdht.c
parentd9cc0e96edf3637d292bf09671b216bf396faa36 (diff)
downloadgnunet-3927fc12b66a15a8ce60e3feb0ba33d824848732.tar.gz
gnunet-3927fc12b66a15a8ce60e3feb0ba33d824848732.zip
refactoring the code for finger_table_add(), compare_and_update_predecessor()
Diffstat (limited to 'src/dht/gnunet-service-xdht.c')
-rw-r--r--src/dht/gnunet-service-xdht.c8
1 files changed, 0 insertions, 8 deletions
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)
192{ 192{
193 int ret; 193 int ret;
194 194
195 /* FIXME:
196 Here add a new field threshold to set user defined threshold
197 on routing table size and trail length. Pass the thr1 and thr2
198 to neighbours_init and in neighbours file, in function where we
199 are adding a new entry into our routing table and trail length,
200 check the threshold values. After conducting experiments, try to
201 find the correct threshold to have a balance between attack tolerance
202 and performance.*/
203 ret = 195 ret =
204 (GNUNET_OK == 196 (GNUNET_OK ==
205 GNUNET_SERVICE_run (argc, argv, "dht", GNUNET_SERVICE_OPTION_NONE, &run, 197 GNUNET_SERVICE_run (argc, argv, "dht", GNUNET_SERVICE_OPTION_NONE, &run,