summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-15 12:25:04 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-15 12:25:04 +0100
commitba5367de5b6106069cb432ecf69999b408571a9d (patch)
treed4cb7a28e78eaf824847d723a711ac24a3b2568a
parent58a166601a039a6a91174c76e6a722acdda0008c (diff)
parent38962e5630e1fd03012b858bb20f799c461fb859 (diff)
downloadouroboros-ba5367de5b6106069cb432ecf69999b408571a9d.tar.gz
ouroboros-ba5367de5b6106069cb432ecf69999b408571a9d.zip
Merged in dstaesse/ouroboros/be (pull request #2)
Updated FRCT description
-rw-r--r--doc/highlevelarchitecture.txt19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/highlevelarchitecture.txt b/doc/highlevelarchitecture.txt
index 2c0ab796..50540d12 100644
--- a/doc/highlevelarchitecture.txt
+++ b/doc/highlevelarchitecture.txt
@@ -9,9 +9,8 @@ interfaces. The main focus of Ouroboros is portability, to allow the
prototype to be deployed on different platforms and in widely varying
environments.
-This document will assume the reader is familiar with RINA
-terminology. Please see the reference model for a more in-depth
-description of RINA.
+This document will assume the reader is familiar with RINA terminology.
+Please see the reference model for a more in-depth description of RINA.
2. The Ouroboros Framework
@@ -293,13 +292,13 @@ events happening in the DIF and publishers can publish these events.
* Flow and Retransmission Control Task *
-The flow and retransmission control task, originally known as the
-Error and Flow Control Protocol, provides the flow with flow control
-and (if needed) retransmission control. It consists of two parts: Data
-Transfer (DT) and Data Transfer Control (DTC). DT is for instance
-concerned with concatenation, multiplexing, reassembly, ... DTC provides
-flow control and retransmission control. DT and DTC communicate with
-each other through a shared state vector.
+The Flow and Retransmission Control Task (FRCT), originally known as
+the Error and Flow Control Protocol (EFCP), provides the flow with
+flow control and (if needed) retransmission control. It manages the
+shared state between two protocol machines: the Data Transfer Protocol
+(DTP) AE and the Data Transfer Control Protocol (DTCP) AE. DTP is for
+instance concerned with concatenation, multiplexing, reassembly,...
+DTCP provides flow control and retransmission control.
* Relaying and Multiplexing Task *