aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_service_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-02 20:54:51 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-02 20:54:51 +0000
commitff2354195a8ed1ea2e9c781d7c4421742b0df4d0 (patch)
tree2cb08c47004138f88f49850b0af2e9185acb4e82 /src/include/gnunet_service_lib.h
parent75b02f33ec88d5b2db25d31a1b6fffc82290f38c (diff)
downloadgnunet-ff2354195a8ed1ea2e9c781d7c4421742b0df4d0.tar.gz
gnunet-ff2354195a8ed1ea2e9c781d7c4421742b0df4d0.zip
adding TCP_STEALTH support to TCP plugin
Diffstat (limited to 'src/include/gnunet_service_lib.h')
-rw-r--r--src/include/gnunet_service_lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h
index 11dcff35e..6a0ae0add 100644
--- a/src/include/gnunet_service_lib.h
+++ b/src/include/gnunet_service_lib.h
@@ -159,6 +159,17 @@ GNUNET_SERVICE_get_server (struct GNUNET_SERVICE_Context *ctx);
159 159
160 160
161/** 161/**
162 * Get the NULL-terminated array of listen sockets for this service.
163 *
164 * @param ctx service context to query
165 * @return NULL if there are no listen sockets, otherwise NULL-terminated
166 * array of listen sockets.
167 */
168struct GNUNET_NETWORK_Handle **
169GNUNET_SERVICE_get_listen_sockets (struct GNUNET_SERVICE_Context *ctx);
170
171
172/**
162 * Stop a service that was started with #GNUNET_SERVICE_start. 173 * Stop a service that was started with #GNUNET_SERVICE_start.
163 * 174 *
164 * @param sctx the service context returned from the start function 175 * @param sctx the service context returned from the start function