Another peer attempted to talk to us, we should try to establish a connection in the other direction. More...
Data Fields | |
| struct IncomingRequest * | next |
| Kept in a DLL. | |
| struct IncomingRequest * | prev |
| Kept in a DLL. | |
| struct GNUNET_PEERSTORE_Monitor * | nc |
| Notify context for new HELLOs. | |
| struct GNUNET_PeerIdentity | pid |
| Which peer is this about? | |
Another peer attempted to talk to us, we should try to establish a connection in the other direction.
Definition at line 2321 of file gnunet-service-transport.c.
| struct IncomingRequest* IncomingRequest::next |
Kept in a DLL.
Definition at line 2326 of file gnunet-service-transport.c.
Referenced by try_to_bring_link_up().
| struct IncomingRequest* IncomingRequest::prev |
Kept in a DLL.
Definition at line 2331 of file gnunet-service-transport.c.
| struct GNUNET_PEERSTORE_Monitor* IncomingRequest::nc |
Notify context for new HELLOs.
Definition at line 2336 of file gnunet-service-transport.c.
Referenced by free_incoming_request(), handle_hello_for_incoming(), and try_to_bring_link_up().
| struct GNUNET_PeerIdentity IncomingRequest::pid |
Which peer is this about?
Definition at line 2341 of file gnunet-service-transport.c.
Referenced by handle_hello_for_incoming(), and try_to_bring_link_up().