Re: Interacting with other peers
"Schanzenbach, Martin" <[email protected]> Tue, 27 Feb 2024 12:49:45 +0100
| Newsgroups | gmane.network.gnunet.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes, you can use the MQ from the ConnectEventHandler to send a message to the connected peer (s). You know that you have to throw the peer/MQ away when the DisconnectEventHandler is called. BR Martin On 27.02.24 11:39, Andrei Ușurelu wrote: > By using the CORE service I mean fetching each peer identity and > storing it internally in a list in case there's no way to multicast a > message to all known peers. I was wondering if the message queue > received in connects() correlates with the remote peer that just > connected or with the current peer. > > În mar., 27 feb. 2024 la 12:28, Andrei Ușurelu > <[email protected]> a scris: >> >> Good day! I have a question, how would I be able to multicast a message from one peer to the rest of the peers using the CORE service? >