aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_get_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_twopeer_get_put.c')
-rw-r--r--src/dht/test_dht_twopeer_get_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer_get_put.c b/src/dht/test_dht_twopeer_get_put.c
index 5ca70943a..ef491031c 100644
--- a/src/dht/test_dht_twopeer_get_put.c
+++ b/src/dht/test_dht_twopeer_get_put.c
@@ -30,7 +30,7 @@
30 * "straight line" topology. On notification that all peers have 30 * "straight line" topology. On notification that all peers have
31 * been properly connected, calls the do_get function which initiates 31 * been properly connected, calls the do_get function which initiates
32 * a GNUNET_DHT_get from the *second* peer. Once the GNUNET_DHT_get 32 * a GNUNET_DHT_get from the *second* peer. Once the GNUNET_DHT_get
33 * function starts, runs the do_put function to insert data at the first peer. 33 * function starts, runs the do_put function to insert data at the first peer.
34 * If the GET is successful, schedules finish_testing 34 * If the GET is successful, schedules finish_testing
35 * to stop the test and shut down peers. If GET is unsuccessful 35 * to stop the test and shut down peers. If GET is unsuccessful
36 * after GET_TIMEOUT seconds, prints an error message and shuts down 36 * after GET_TIMEOUT seconds, prints an error message and shuts down