gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36906 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r36906 - gnunet/src/include
Date: Tue, 16 Feb 2016 06:41:21 +0100

Author: lynx
Date: 2016-02-16 06:41:21 +0100 (Tue, 16 Feb 2016)
New Revision: 36906

Modified:
   gnunet/src/include/gnunet_psyc_service.h
Log:
src/psyc only implements the lower routing layer of PSYC

Modified: gnunet/src/include/gnunet_psyc_service.h
===================================================================
--- gnunet/src/include/gnunet_psyc_service.h    2016-02-16 05:41:13 UTC (rev 
36905)
+++ gnunet/src/include/gnunet_psyc_service.h    2016-02-16 05:41:21 UTC (rev 
36906)
@@ -57,11 +57,11 @@
  * - PSYC defines standard variables, methods, etc.  This
  *   library deliberately abstracts over all of these; a
  *   higher-level API should combine the naming system (GNS)
- *   and standard methods (message, join, part, warn,
- *   fail, error) and variables (action, color, time,
- *   tag, etc.).  However, this API does take over the
- *   routing variables, specifically 'context' (channel),
- *   and 'source'.  We only kind-of support 'target', as
+ *   and standard methods (_converse, _notice, _request,
+ *   _warning, _error etc) and variables (_action, _color,
+ *   _time, etc).  However, this API does take over the
+ *   routing variables, specifically '_context' (channel),
+ *   and '_source'.  We only kind-of support '_target', as
  *   the target is either everyone in the group or the
  *   origin, and never just a single member of the group;
  *   for such individual messages, an application needs to
@@ -77,6 +77,13 @@
  *   implementing defaults for standard methods and
  *   variables might be called 'PSYC-std' or 'PSYC-high'.
  *
+ *   In PSYC terminology this is simply called the "PSYC
+ *   routing layer" and the abstractions, for instance in
+ *   psyced, are quite similar. The higher one is called
+ *   "PSYC entity layer." In the text rendering of the
+ *   protocol the two are separated by an empty line. See
+ *   http://about.psyc.eu/Spec:Packet and related.  --lynX
+ *
  * @{
  */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]