X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b4dc02411d79e4c367d331b85c1b295ec41edff..1ff90bc7103df77877d6860f1f117425afe1a516:/examples/msg/dht-kademlia/common.h diff --git a/examples/msg/dht-kademlia/common.h b/examples/msg/dht-kademlia/common.h deleted file mode 100644 index 870a412769..0000000000 --- a/examples/msg/dht-kademlia/common.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Copyright (c) 2012-2019. The SimGrid Team. - * All rights reserved. */ - -/* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - -#ifndef _KADEMLIA_EXAMPLES_COMMON -#define _KADEMLIA_EXAMPLES_COMMON -#define max_join_trials 4 - -#define RECEIVE_TIMEOUT 1 - -#define ping_timeout 55 -#define find_node_timeout 10 -#define find_node_global_timeout 50 - -#define kademlia_alpha 3 -#define bucket_size 20 - -#define identifier_size 32 -#define max_answers_to_ask 20 - -#define random_lookup_interval 100 - -#define MAILBOX_NAME_SIZE 16 /* (identifier_size / 4) (hex encoded) */ - -#define COMM_SIZE 1 -#define COMP_SIZE 0 - -#define MAX_STEPS 10 - -#define JOIN_BUCKETS_QUERIES 5 - -#define RANDOM_LOOKUP_NODE 0 - - -#endif /* _KADEMLIA_EXAMPLES_COMMON */