gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33123 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r33123 - gnunet/src/core
Date: Wed, 23 Apr 2014 11:25:02 +0200

Author: grothoff
Date: 2014-04-23 11:25:02 +0200 (Wed, 23 Apr 2014)
New Revision: 33123

Modified:
   gnunet/src/core/core.h
Log:
-comments

Modified: gnunet/src/core/core.h
===================================================================
--- gnunet/src/core/core.h      2014-04-22 16:03:10 UTC (rev 33122)
+++ gnunet/src/core/core.h      2014-04-23 09:25:02 UTC (rev 33123)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2010 Christian Grothoff (and other contributing authors)
+     (C) 2009-2014 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -43,10 +43,32 @@
  * transmitted to the client.
  */
 #define GNUNET_CORE_OPTION_NOTHING             0
+
+/**
+ * Client cares about connectivity changes.
+ */
 #define GNUNET_CORE_OPTION_SEND_STATUS_CHANGE  4
+
+/**
+ * Client wants all inbound messages in full.
+ */
 #define GNUNET_CORE_OPTION_SEND_FULL_INBOUND   8
+
+/**
+ * Client just wants the 4-byte message headers of
+ * all inbound messages.
+ */
 #define GNUNET_CORE_OPTION_SEND_HDR_INBOUND   16
+
+/**
+ * Client wants all outbound messages in full.
+ */
 #define GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND 32
+
+/**
+ * Client just wants the 4-byte message headers of
+ * all outbound messages.
+ */
 #define GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND  64
 
 




reply via email to

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