Re: Info about PEERSTORE service

2024-02-07 Thread Christian Grothoff
On 2/7/24 13:32, Big Boy wrote: Good day! My apologies for writing again about the PEERSTORE service, but I have some more questions. Firstly, the store operation will store the keys-value pair in the client's device, while the iterate operation will look for the record locally? Yes. Second

Re: Info about PEERSTORE service

2024-02-07 Thread Big Boy
Good day! My apologies for writing again about the PEERSTORE service, but I have some more questions. Firstly, the store operation will store the keys-value pair in the client's device, while the iterate operation will look for the record locally? Secondly, if I provide a peer id to the store opera

Re: Info about PEERSTORE service

2024-02-01 Thread Christian Grothoff
Hi BB, Peerstore is just a local database for information a peer keeps about other peers (by their PeerIds, and yes, that's what you get as the CORE ID and via the connect callbacks), it is *not* a DHT. The DHT is a separate subsystem. As it is the local (trusted) code storing information lo

Info about PEERSTORE service

2024-02-01 Thread Big Boy
Good day, I looked at the current documentation of GNUnet and I have some questions regarding the PEERSTORE service: - how is the PEERSTORE supposed to work? Is it like a DHT, where some info is kept on each peer? Is it a reference of the said information kept locally on each peer? I looked at the