GNUnet 0.21.1
ClientAddress Struct Reference

Information we track per client address. More...

Collaboration diagram for ClientAddress:
[legend]

Data Fields

struct sockaddr_storage ss
 Network address used by the client. More...
 
struct GNUNET_NAT_MiniHandlemh
 Handle to active UPnP request where we asked upnpc to open a port at the NAT. More...
 

Detailed Description

Information we track per client address.

Definition at line 76 of file gnunet-service-nat.c.

Field Documentation

◆ ss

struct sockaddr_storage ClientAddress::ss

Network address used by the client.

Definition at line 81 of file gnunet-service-nat.c.

Referenced by reversal_callback().

◆ mh

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 88 of file gnunet-service-nat.c.


The documentation for this struct was generated from the following file: