Re: About gnunet-core -s

Martin Schanzenbach <[email protected]> Sun, 13 Oct 2024 13:53:15 +0200
Newsgroups gmane.network.gnunet.devel
Message-ID <[email protected]>
gnunet-core -s returns all your active connections or connection
requests, similar to what gnunet-peerinfo did before.
If it is only a single line you are only connected (or connecting) to
that single peer.

For me right now, the output is:

Sun Oct 13 13:50:17 2024: connection established DESN (timeout in 290
s)
Sun Oct 13 13:50:17 2024: connection established GKZS (timeout in 297
s)

BR

On Sun, 2024-10-13 at 12:16 +0100, madmurphy wrote:
> I have missed the last changes in GNUnet, so I apologize if I have to
> catch up. Is it normal that gnunet-core -s returns only one line
> (which says that I have established a connection and not much else)?
> 
> When there was gnunet-peerinfo(-gtk) I would normally see several
> peers I was connected to.
> 
> --madmurphy