GNUnet  0.20.0
IncomingRequest Struct Reference

Another peer attempted to talk to us, we should try to establish a connection in the other direction. More...

Collaboration diagram for IncomingRequest:
[legend]

Data Fields

struct IncomingRequestnext
 Kept in a DLL. More...
 
struct IncomingRequestprev
 Kept in a DLL. More...
 
struct GNUNET_PEERSTORE_WatchContextwc
 Handle for watching the peerstore for HELLOs for this peer. More...
 
struct GNUNET_PeerIdentity pid
 Which peer is this about? More...
 

Detailed Description

Another peer attempted to talk to us, we should try to establish a connection in the other direction.

Definition at line 2030 of file gnunet-service-tng.c.

Field Documentation

◆ next

struct IncomingRequest* IncomingRequest::next

Kept in a DLL.

Definition at line 2035 of file gnunet-service-tng.c.

Referenced by handle_validation_challenge().

◆ prev

struct IncomingRequest* IncomingRequest::prev

Kept in a DLL.

Definition at line 2040 of file gnunet-service-tng.c.

◆ wc

struct GNUNET_PEERSTORE_WatchContext* IncomingRequest::wc

Handle for watching the peerstore for HELLOs for this peer.

Definition at line 2045 of file gnunet-service-tng.c.

Referenced by free_incoming_request(), and handle_validation_challenge().

◆ pid

struct GNUNET_PeerIdentity IncomingRequest::pid

Which peer is this about?

Definition at line 2045 of file gnunet-service-tng.c.

Referenced by handle_hello_for_incoming(), and handle_validation_challenge().


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