aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_smtp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
commitfe947a9704bed14c2fc74b2f2069596fe884cbad (patch)
tree644efdaa37d692b09f8e279bfe5e8b2ebe81448b /src/transport/plugin_transport_smtp.c
parenta8b0ab037820f6a9f405be3855ce8d3ebbd4399b (diff)
downloadgnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.tar.gz
gnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.zip
better comments
Diffstat (limited to 'src/transport/plugin_transport_smtp.c')
-rw-r--r--src/transport/plugin_transport_smtp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_smtp.c b/src/transport/plugin_transport_smtp.c
index b93b16fb7..ec54d3f22 100644
--- a/src/transport/plugin_transport_smtp.c
+++ b/src/transport/plugin_transport_smtp.c
@@ -516,8 +516,9 @@ get_message (void **buf, int *len, void *cls)
516 * Send a message to the specified remote node. 516 * Send a message to the specified remote node.
517 * 517 *
518 * @param tsession the GNUNET_MessageHello identifying the remote node 518 * @param tsession the GNUNET_MessageHello identifying the remote node
519 * @param message what to send 519 * @param msg what to send
520 * @param size the size of the message 520 * @param size the size of the message
521 * @param important is this message important enough to override typical limits?
521 * @return GNUNET_SYSERR on error, GNUNET_OK on success 522 * @return GNUNET_SYSERR on error, GNUNET_OK on success
522 */ 523 */
523static int 524static int
@@ -689,8 +690,9 @@ api_send (GNUNET_TSession * tsession,
689 690
690/** 691/**
691 * Establish a connection to a remote node. 692 * Establish a connection to a remote node.
692 * @param helo the hello-Message for the target node 693 * @param hello the hello-Message for the target node
693 * @param tsessionPtr the session handle that is to be set 694 * @param tsessionPtr the session handle that is to be set
695 * @param may_reuse can we re-use an existing connection?
694 * @return GNUNET_OK on success, GNUNET_SYSERR if the operation failed 696 * @return GNUNET_OK on success, GNUNET_SYSERR if the operation failed
695 */ 697 */
696static int 698static int