patch chord
The snippet can be accessed without any authentication.
Authored by
QUENTIN Guilloteau
Edited
increase-timeout.patch 651 B
From a8116eb882e4e86b12a0d7700a072dfbe71899fd Mon Sep 17 00:00:00 2001
From: Quentin Guilloteau <Quentin.Guilloteau@inria.fr>
Date: Wed, 21 Jun 2023 16:01:27 +0200
Subject: [PATCH] increase timeout
---
src/s4u-dht-chord.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/s4u-dht-chord.cpp b/src/s4u-dht-chord.cpp
index 313d933..2c9de14 100644
--- a/src/s4u-dht-chord.cpp
+++ b/src/s4u-dht-chord.cpp
@@ -9,7 +9,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_chord, "Messages specific for this s4u example"
int nb_bits = 24;
int nb_keys = 0;
-int timeout = 50;
+int timeout = 100;
int main(int argc, char* argv[])
{
--
2.40.1
Please register or sign in to comment