diff options
author | Bruno Cabral <bcabral@uw.edu> | 2015-07-18 19:15:51 +0000 |
---|---|---|
committer | Bruno Cabral <bcabral@uw.edu> | 2015-07-18 19:15:51 +0000 |
commit | faf6cdf7e592414f041d486bf620967817485435 (patch) | |
tree | d5707ff9ca5dee5846d9592094c39a6a73ec77e6 /src/transport/plugin_transport_udp.h | |
parent | 6fc671e8b19c77baca0cefee1eee5dea722f5d2c (diff) |
Get STUN to work with UDP plugin
Diffstat (limited to 'src/transport/plugin_transport_udp.h')
-rw-r--r-- | src/transport/plugin_transport_udp.h | 5 |
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 struct GNUNET_NAT_Handle *nat; /** + * Handle to NAT traversal support. + */ + struct GNUNET_NAT_STUN_Handle *stun; + + /** * The read socket for IPv4 */ struct GNUNET_NETWORK_Handle *sockv4; |