determine network scope for ATS even if we do not yet have a session and only have...
[oweals/gnunet.git] / src / transport / plugin_transport_udp.h
index 603e13e1a3f2e201d4c9b20b0ab0b462b618bbcc..5f8366636b81d38c50280c4da36896556b67caec 100644 (file)
@@ -189,6 +189,11 @@ struct Plugin
    */
   struct GNUNET_NAT_Handle *nat;
 
+  /**
+   * Handle to NAT traversal support.
+   */
+  struct GNUNET_NAT_STUN_Handle *stun;
+  
   /**
    * The read socket for IPv4
    */