GNUnet 0.21.1
ClientData Struct Reference

Information we track per client. More...

Collaboration diagram for ClientData:
[legend]

Data Fields

struct GNUNET_SCHEDULER_Tasktt
 Timeout task. More...
 
struct GNUNET_SERVICE_Clientclient
 Client handle. More...
 

Detailed Description

Information we track per client.

Definition at line 37 of file gnunet-nat-server.c.

Field Documentation

◆ tt

struct GNUNET_SCHEDULER_Task* ClientData::tt

Timeout task.

Definition at line 42 of file gnunet-nat-server.c.

Referenced by client_connect_cb(), client_disconnect_cb(), and force_timeout().

◆ client

struct GNUNET_SERVICE_Client* ClientData::client

Client handle.

Definition at line 47 of file gnunet-nat-server.c.

Referenced by client_connect_cb(), force_timeout(), and handle_test().


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