|
From: | Christian Grothoff |
Subject: | Re: Small question about gnunet-search |
Date: | Sun, 26 Jun 2022 21:59:16 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 |
On 6/26/22 17:28, madmurphy wrote:
Hi everyone,I have a question about something I had noticed some months ago while reviewing the man page for |gnunet-search|. After typing |man gnunet-search| and scrolling down, the following text appears:FILES |~/.config/gnunet.conf| GNUnet configuration file; specifies the default value for the timeoutHowever there is nothing in the source code of |src/fs/gnunet-search.c| <https://git.gnunet.org/gnunet.git/tree/src/fs/gnunet-search.c?id=b6cbb6f800ef9aeebcfb76a7ba721d4b95a2e2ca> that reacts to the configuration.
GNUNET_PROGRAM_run() reacts to the configuration, as does the rest of libgnunetutil and thus also libgnunetfs when it interacts with GNUnet services.
That said, I strongly suspect the *timeout* option the man page refers to may have been removed a long time ago. Or maybe there is one hiding in libgnunetfs that I'm not thinking of. ;-)
-Christian
[Prev in Thread] | Current Thread | [Next in Thread] |