gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22244 - gnunet/src/include
Date: Sun, 24 Jun 2012 00:32:58 +0200

Author: grothoff
Date: 2012-06-24 00:32:58 +0200 (Sun, 24 Jun 2012)
New Revision: 22244

Modified:
   gnunet/src/include/gnunet_transport_plugin.h
Log:
-document new requirements on struct Session

Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2012-06-23 22:31:43 UTC 
(rev 22243)
+++ gnunet/src/include/gnunet_transport_plugin.h        2012-06-23 22:32:58 UTC 
(rev 22244)
@@ -44,6 +44,10 @@
  * useful since sometimes (i.e. for inbound TCP connections) a
  * connection may not have an address that can be used for meaningful
  * distinction between sessions to the same peer.
+ *
+ * Each 'struct Session' MUST start with the 'struct GNUNET_PeerIdentity'
+ * of the peer the session is for (which will be used for some error
+ * checking by the ATS code).
  */
 struct Session;
 




reply via email to

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