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.