From 0f687b11973c5580cc0beb35c10a883d421069b8 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 17 Apr 2015 14:01:29 +0000 Subject: [PATCH] akwizgran created page: ForumApp --- TransportApp.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TransportApp.markdown b/TransportApp.markdown index 5517397..df9bd93 100644 --- a/TransportApp.markdown +++ b/TransportApp.markdown @@ -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 @@ -16,9 +16,9 @@ TransportApp has a single channel with the following random identifer: ### Storage policy * 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 -* Local messages are shared with all remote devices. -* Remote messages are not shared with other remote devices. +* Local messages are shared with all remote peers. +* Each remote message is shared with the remote peer that created it.