diff --git a/BSP.markdown b/BSP.markdown index 08b5e49..98aa371 100644 --- a/BSP.markdown +++ b/BSP.markdown @@ -2,7 +2,7 @@ BSP is an application layer data synchronisation protocol for delay-tolerant net BSP synchronises data between two devices referred to as the local and remote peers. The data to be synchronised consists of messages, which are organised into channels. From BSP's point of view, a message is simply a sequence of bytes and a channel is simply a set of messages. -Each channel on the local peer belongs to an application, which is responsible for deciding which messages are valid (the validity policy), which messages should be stored on the local device (the storage policy), and which messages should be shared with the remote device (the sharing policy). +Each channel on the local peer belongs to an application, which is responsible for deciding which messages are valid (the validity policy), which messages should be stored on the local peer (the storage policy), and which messages should be shared with the remote peer (the sharing policy). ### Notation