mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-27 18:18:17 +01:00
akwizgran created page: ForumApp
@@ -7,7 +7,7 @@ TransportApp uses a single channel with a random identifer:
|
||||
|
||||
### Message types
|
||||
|
||||
**0: PROPERTIES** - The content is a [BDF](BDF) list with three elements: transport identifier (string), version (int), and transport properties (dictionary). The identifier and properties are supplied by the transport plugin. The version is incremented whenever the properties change.
|
||||
**0: PROPERTIES** - The content is a [BDF](BDF) list with three elements: `transport_id` (string), `version` (int), and `properties` (dictionary). `transport_id` and `properties` are supplied by the transport plugin. `version` is incremented whenever the properties change.
|
||||
|
||||
### Validation
|
||||
|
||||
@@ -15,8 +15,8 @@ TransportApp uses a single channel with a random identifer:
|
||||
|
||||
### Storage policy
|
||||
|
||||
* The local message with the highest version for each transport is stored, and any other versions are deleted
|
||||
* For each remote device, the remote message with the highest version for each transport is stored, and any other versions are deleted
|
||||
* For each transport, the local message with the highest version is stored, and any other versions are deleted
|
||||
* For each transport and each remote device, the remote message with the highest version is stored, and any other versions are deleted
|
||||
|
||||
### Sharing policy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user