aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 01b10f75c..3e6d1edc6 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -49,7 +49,7 @@
49 * connections to a given peer. Typically used by stateful plugins to 49 * connections to a given peer. Typically used by stateful plugins to
50 * allow the service to refer to specific streams instead of a more 50 * allow the service to refer to specific streams instead of a more
51 * general notion of "some connection" to the given peer. This is 51 * general notion of "some connection" to the given peer. This is
52 * useful since sometimes (i.e. for inbound TCP connections) a 52 * useful since sometimes (e.g. for inbound TCP connections) a
53 * connection may not have an address that can be used for meaningful 53 * connection may not have an address that can be used for meaningful
54 * distinction between sessions to the same peer. 54 * distinction between sessions to the same peer.
55 * 55 *