Information we track per client address. More...
Data Fields | |
struct sockaddr_storage | ss |
Network address used by the client. More... | |
struct GNUNET_NAT_MiniHandle * | mh |
Handle to active UPnP request where we asked upnpc to open a port at the NAT. More... | |
Information we track per client address.
Definition at line 74 of file gnunet-service-nat.c.
struct sockaddr_storage ClientAddress::ss |
Network address used by the client.
Definition at line 79 of file gnunet-service-nat.c.
Referenced by reversal_callback().
struct GNUNET_NAT_MiniHandle* ClientAddress::mh |
Handle to active UPnP request where we asked upnpc to open a port at the NAT.
NULL if we do not have such a request pending.
Definition at line 86 of file gnunet-service-nat.c.