From 3d44dd4ca67427d859d65aec9c592cec3f67e921 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Sat, 30 Jan 2016 11:10:08 +0100 Subject: typo in rvi_fragmentation.md --- doc/rvi_fragmentation.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/rvi_fragmentation.md b/doc/rvi_fragmentation.md index 077cb49..78362c9 100644 --- a/doc/rvi_fragmentation.md +++ b/doc/rvi_fragmentation.md @@ -44,10 +44,16 @@ Term | Meaning ## System Overview The fragmentation support is intended to operate immediately on top of the transport -layer. In +layer. In essence, the sending side (Client) asks the fragmentation support to +deliver a message. The fragmentation support determines whether fragmentation is +needed. If it is, it will create a first fragment, encode it and send it to the +receiving end (Server). Overview +The fragmentation support can operate over a transport using its own fragment/reassembly +method (such as TCP), but does not require it, or makes any such assumptions. + ## Notation The fragmentation protocol does not specify any particular encoding method. @@ -56,6 +62,8 @@ encoding, like msgpack [MSGP] would be more suitable. ## Messages +