aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_mesh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-28 15:26:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-28 15:26:31 +0000
commite5a398072753c14ebf8b269cf0606408c067e2df (patch)
treed11f8fe3f4b18e6ccb0aa6ed4d453593ef2b5584 /src/fs/gnunet-service-fs_mesh.c
parente320c9b96c3e70c61a5969aa01ea6700b9b2e546 (diff)
downloadgnunet-e5a398072753c14ebf8b269cf0606408c067e2df.tar.gz
gnunet-e5a398072753c14ebf8b269cf0606408c067e2df.zip
-fix comment
Diffstat (limited to 'src/fs/gnunet-service-fs_mesh.c')
-rw-r--r--src/fs/gnunet-service-fs_mesh.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_mesh.c b/src/fs/gnunet-service-fs_mesh.c
index 9eda536a9..5f1cd65fb 100644
--- a/src/fs/gnunet-service-fs_mesh.c
+++ b/src/fs/gnunet-service-fs_mesh.c
@@ -1121,11 +1121,9 @@ request_cb (void *cls,
1121 1121
1122 1122
1123/** 1123/**
1124 * Functions of this type are called upon new mesh connection from other peers 1124 * Functions of this type are called upon new mesh connection from other peers.
1125 * or upon binding error which happen when the app_port given in
1126 * GNUNET_STREAM_listen() is already taken.
1127 * 1125 *
1128 * @param cls the closure from GNUNET_STREAM_listen 1126 * @param cls the closure from GNUNET_MESH_connect
1129 * @param socket the socket representing the mesh 1127 * @param socket the socket representing the mesh
1130 * @param initiator the identity of the peer who wants to establish a mesh 1128 * @param initiator the identity of the peer who wants to establish a mesh
1131 * with us; NULL on binding error 1129 * with us; NULL on binding error