aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_plugins.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-12 16:17:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-12 16:17:10 +0000
commitb10f26ae8caab6299b94f00a319a6424be57a386 (patch)
tree5764c07a2a61a8e2fb8f0a94c885942b5fb028a5 /src/transport/gnunet-service-transport_plugins.h
parent54811540b75f59ca8dd54f96d6fe9f8f3743011d (diff)
downloadgnunet-b10f26ae8caab6299b94f00a319a6424be57a386.tar.gz
gnunet-b10f26ae8caab6299b94f00a319a6424be57a386.zip
-be stricter during handshake, close sessions with broken interactions aggressively
Diffstat (limited to 'src/transport/gnunet-service-transport_plugins.h')
-rw-r--r--src/transport/gnunet-service-transport_plugins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_plugins.h b/src/transport/gnunet-service-transport_plugins.h
index 2dc91de73..9d8d503f8 100644
--- a/src/transport/gnunet-service-transport_plugins.h
+++ b/src/transport/gnunet-service-transport_plugins.h
@@ -70,6 +70,7 @@ GST_plugins_unload (void);
70struct GNUNET_TRANSPORT_PluginFunctions * 70struct GNUNET_TRANSPORT_PluginFunctions *
71GST_plugins_find (const char *name); 71GST_plugins_find (const char *name);
72 72
73
73/** 74/**
74 * Obtain the plugin API based on a the stripped plugin name after the underscore. 75 * Obtain the plugin API based on a the stripped plugin name after the underscore.
75 * 76 *