GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
struct IncomingRequestprev
 Kept in a DLL.
 
struct GNUNET_PEERSTORE_Monitornc
 Notify context for new HELLOs.
 
struct GNUNET_PeerIdentity pid
 Which peer is this about?
 

Detailed Description

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

Definition at line 2154 of file gnunet-service-transport.c.

Field Documentation

◆ next

struct IncomingRequest* IncomingRequest::next

Kept in a DLL.

Definition at line 2159 of file gnunet-service-transport.c.

Referenced by sign_t_validation_cb().

◆ prev

struct IncomingRequest* IncomingRequest::prev

Kept in a DLL.

Definition at line 2164 of file gnunet-service-transport.c.

◆ nc

struct GNUNET_PEERSTORE_Monitor* IncomingRequest::nc

Notify context for new HELLOs.

Definition at line 2169 of file gnunet-service-transport.c.

Referenced by free_incoming_request(), handle_hello_for_incoming(), and sign_t_validation_cb().

◆ pid

struct GNUNET_PeerIdentity IncomingRequest::pid

Which peer is this about?

Definition at line 2174 of file gnunet-service-transport.c.

Referenced by sign_t_validation_cb().


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