Entry we keep for each connection to the gnunet-nat-service. More...
Data Fields | |
struct ClientActivity * | next |
This is a doubly-linked list. More... | |
struct ClientActivity * | prev |
This is a doubly-linked list. More... | |
struct GNUNET_MQ_Handle * | mq |
Socket of the incoming connection. More... | |
struct GNUNET_NAT_Test * | h |
Handle to overall NAT test. More... | |
struct GNUNET_NAT_AUTO_Test * | h |
Handle to overall NAT test. More... | |
Entry we keep for each connection to the gnunet-nat-service.
Definition at line 71 of file gnunet-nat-auto_legacy.c.
struct ClientActivity * ClientActivity::next |
This is a doubly-linked list.
Definition at line 76 of file gnunet-nat-auto_legacy.c.
struct ClientActivity * ClientActivity::prev |
This is a doubly-linked list.
Definition at line 81 of file gnunet-nat-auto_legacy.c.
struct GNUNET_MQ_Handle * ClientActivity::mq |
Socket of the incoming connection.
Definition at line 86 of file gnunet-nat-auto_legacy.c.
Referenced by addr_cb(), GNUNET_NAT_AUTO_test_stop(), GNUNET_NAT_test_stop(), and mq_error_handler().
struct GNUNET_NAT_Test* ClientActivity::h |
Handle to overall NAT test.
Definition at line 91 of file gnunet-nat-auto_legacy.c.
Referenced by addr_cb(), and mq_error_handler().
struct GNUNET_NAT_AUTO_Test* ClientActivity::h |
Handle to overall NAT test.
Definition at line 91 of file nat_auto_api_test.c.