GNUnet  0.20.0
SendTransmitContinuationContext Struct Reference

Closure for handle_send_transmit_continuation() More...

Collaboration diagram for SendTransmitContinuationContext:
[legend]

Data Fields

struct TransportClienttc
 Client that made the request. More...
 
struct GNUNET_PeerIdentity target
 Peer that was the target. More...
 
struct GNUNET_TIME_Absolute send_time
 At what time did we receive the message? More...
 
unsigned long long uuid
 Unique ID, for logging. More...
 
int down
 Set to GNUNET_YES if the connection for target goes down and we thus must no longer send the GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_OK message. More...
 

Detailed Description

Closure for handle_send_transmit_continuation()

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

Field Documentation

◆ tc

struct TransportClient* SendTransmitContinuationContext::tc

Client that made the request.

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

Referenced by handle_client_send(), handle_send_transmit_continuation(), and mark_match_down().

◆ target

struct GNUNET_PeerIdentity SendTransmitContinuationContext::target

Peer that was the target.

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

Referenced by handle_client_send(), and handle_send_transmit_continuation().

◆ send_time

struct GNUNET_TIME_Absolute SendTransmitContinuationContext::send_time

At what time did we receive the message?

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

Referenced by handle_client_send(), and handle_send_transmit_continuation().

◆ uuid

unsigned long long SendTransmitContinuationContext::uuid

Unique ID, for logging.

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

Referenced by handle_client_send(), and handle_send_transmit_continuation().

◆ down

int SendTransmitContinuationContext::down

Set to GNUNET_YES if the connection for target goes down and we thus must no longer send the GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_OK message.

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

Referenced by handle_send_transmit_continuation(), mark_match_down(), and mark_peer_down().


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