aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
authorBruno Cabral <bcabral@uw.edu>2015-07-18 19:15:51 +0000
committerBruno Cabral <bcabral@uw.edu>2015-07-18 19:15:51 +0000
commitfaf6cdf7e592414f041d486bf620967817485435 (patch)
treed5707ff9ca5dee5846d9592094c39a6a73ec77e6 /src/transport/plugin_transport_udp.h
parent6fc671e8b19c77baca0cefee1eee5dea722f5d2c (diff)
downloadgnunet-faf6cdf7e592414f041d486bf620967817485435.tar.gz
gnunet-faf6cdf7e592414f041d486bf620967817485435.zip
Get STUN to work with UDP plugin
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;