aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 603e13e1a..5f8366636 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -190,6 +190,11 @@ struct Plugin
190 struct GNUNET_NAT_Handle *nat; 190 struct GNUNET_NAT_Handle *nat;
191 191
192 /** 192 /**
193 * Handle to NAT traversal support.
194 */
195 struct GNUNET_NAT_STUN_Handle *stun;
196
197 /**
193 * The read socket for IPv4 198 * The read socket for IPv4
194 */ 199 */
195 struct GNUNET_NETWORK_Handle *sockv4; 200 struct GNUNET_NETWORK_Handle *sockv4;