mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-25 09:09:54 +01:00
akwizgran created page: ForumApp
@@ -1,4 +1,4 @@
|
|||||||
TransportApp is a [BSP application](BSP) that synchronises transport properties between neighbouring devices. Transport properties describe how to connect to a device over various transports.
|
TransportApp is a [BSP application](BSP) that synchronises transport properties between devices. Transport properties describe how to connect to a device over various transports.
|
||||||
|
|
||||||
### Channel identifiers
|
### Channel identifiers
|
||||||
|
|
||||||
@@ -16,9 +16,9 @@ TransportApp has a single channel with the following random identifer:
|
|||||||
### Storage policy
|
### Storage policy
|
||||||
|
|
||||||
* For each transport, the local message with the highest version is stored.
|
* For each transport, the local message with the highest version is stored.
|
||||||
* For each transport and each remote device, the remote message with the highest version is stored.
|
* For each transport and each remote peer, the remote message with the highest version is stored.
|
||||||
|
|
||||||
### Sharing policy
|
### Sharing policy
|
||||||
|
|
||||||
* Local messages are shared with all remote devices.
|
* Local messages are shared with all remote peers.
|
||||||
* Remote messages are not shared with other remote devices.
|
* Each remote message is shared with the remote peer that created it.
|
||||||
|
|||||||
Reference in New Issue
Block a user