GNUnet 0.21.1
NatActivity Struct Reference

Entry we keep for each incoming connection. More...

Collaboration diagram for NatActivity:
[legend]

Data Fields

struct NatActivitynext
 This is a doubly-linked list. More...
 
struct NatActivityprev
 This is a doubly-linked list. More...
 
struct GNUNET_NETWORK_Handlesock
 Socket of the incoming connection. More...
 
struct GNUNET_NAT_Testh
 Handle of the master context. More...
 
struct GNUNET_SCHEDULER_Taskrtask
 Task reading from the incoming connection. More...
 
struct GNUNET_NAT_AUTO_Testh
 Handle of the master context. More...
 

Detailed Description

Entry we keep for each incoming connection.

Definition at line 39 of file gnunet-nat-auto_legacy.c.

Field Documentation

◆ next

struct NatActivity * NatActivity::next

This is a doubly-linked list.

Definition at line 44 of file gnunet-nat-auto_legacy.c.

◆ prev

struct NatActivity * NatActivity::prev

This is a doubly-linked list.

Definition at line 49 of file gnunet-nat-auto_legacy.c.

◆ sock

struct GNUNET_NETWORK_Handle * NatActivity::sock

Socket of the incoming connection.

Definition at line 54 of file gnunet-nat-auto_legacy.c.

Referenced by do_accept(), do_read(), GNUNET_NAT_AUTO_test_stop(), and GNUNET_NAT_test_stop().

◆ h [1/2]

struct GNUNET_NAT_Test* NatActivity::h

Handle of the master context.

Definition at line 59 of file gnunet-nat-auto_legacy.c.

Referenced by do_accept(), and do_read().

◆ rtask

struct GNUNET_SCHEDULER_Task * NatActivity::rtask

Task reading from the incoming connection.

Definition at line 64 of file gnunet-nat-auto_legacy.c.

Referenced by do_accept(), do_read(), GNUNET_NAT_AUTO_test_stop(), and GNUNET_NAT_test_stop().

◆ h [2/2]

struct GNUNET_NAT_AUTO_Test* NatActivity::h

Handle of the master context.

Definition at line 59 of file nat_auto_api_test.c.


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