From 07e75f58c35829c3164550bbaa7ce9d77992275e Mon Sep 17 00:00:00 2001 From: gnawali Date: Thu, 21 Aug 2008 17:55:35 +0000 Subject: [PATCH] some tweaks --- doc/txt/tep119.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/txt/tep119.txt b/doc/txt/tep119.txt index 7d5edc95..ed2923d7 100644 --- a/doc/txt/tep119.txt +++ b/doc/txt/tep119.txt @@ -194,11 +194,13 @@ snoopers, intercepters, and receivers can parse them properly. ColletionC MUST NOT signal Receive.receive on non-root nodes. CollectionC MUST signal Receive.receive on a root node when a -data packet successfully arrives at that node. If a root node calls -Send, CollectionC MUST treat it as it if were a received packet. Note -that the buffer swapping semantics of Receive.receive, when combined -with the pass semantics of Send, require that CollectionC make a copy -of the buffer if it signals Receive.receive. +unique (non-duplicate) data packet successfully arrives at that +node. It MAY signal Receive.receive when a duplicate data packet +successfully arrives. If a root node calls Send, CollectionC MUST +treat it as it if were a received packet. Note that the buffer +swapping semantics of Receive.receive, when combined with the pass +semantics of Send, require that CollectionC make a copy of the buffer +if it signals Receive.receive. If CollectionC receives a data packet to forward and it is not a root node, it MAY signal Intercept.forward. CollectionC MAY signal -- 2.39.2