mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-02-03 18:00:06 -05:00
Updated guide
This commit is contained in:
parent
4fcf37ac86
commit
fe0437a2fd
@ -272,7 +272,7 @@ In the `![ Conversations ]`! part of the program you can view and interact with
|
||||
|
||||
By default, Nomad Network will attempt to deliver messages to a peer directly. This happens by first establishing an encrypted link directly to the peer, and then delivering the message over it.
|
||||
|
||||
If the desired peer is not available because it has disconnected from the network, this method will obviously fail. In this case, Nomad Network will attempt to deliver the message to a node, which will store and forward it over the network, for later retrieval by the destination peer. The message is encrypted with an ephemeral key before being transmitted to the network, and is only readable by the intended recipient.
|
||||
If the desired peer is not available because it has disconnected from the network, this method will obviously fail. In this case, Nomad Network will attempt to deliver the message to a node, which will store and forward it over the network, for later retrieval by the destination peer. The message is encrypted before being transmitted to the network, and is only readable by the intended recipient.
|
||||
|
||||
For propagated delivery to work, one or more nodes must be available on the network. If one or more trusted nodes are available, Nomad Network will automatically select the most suitable node to send the message via, but you can also manually specify what node to use.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user