docu
authorChristian Grothoff <christian@grothoff.org>
Fri, 12 Aug 2011 15:53:32 +0000 (15:53 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 12 Aug 2011 15:53:32 +0000 (15:53 +0000)
src/include/gnunet_transport_plugin.h

index 76b8512552d9b8a1eed1bd44fa1aca2f68714cd4..99f695264131b0c500bbf2fc008e0f155e14f564 100644 (file)
@@ -71,7 +71,9 @@ struct SessionHeader
  * cleans up a session pointer and hence the service needs to
  * discard all of those sessions as well.  Plugins that do not
  * use sessions can simply omit calling this function and always
- * use NULL wherever a session pointer is needed.
+ * use NULL wherever a session pointer is needed.  This function
+ * should be called BEFORE a potential "TransmitContinuation"
+ * from the "TransmitFunction".
  * 
  * @param cls closure
  * @param peer which peer was the session for