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 timeout
However 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