GNUnet 0.21.1
OutboundMessage Struct Reference

Message used to notify the transport service about a message to be transmitted to another peer. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>

Collaboration diagram for OutboundMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND. More...
 
uint32_t priority
 An enum GNUNET_MQ_PriorityPreferences in NBO. More...
 
struct GNUNET_TIME_RelativeNBO timeout
 Allowed delay. More...
 
struct GNUNET_PeerIdentity peer
 Which peer should receive the message? More...
 

Detailed Description

Message used to notify the transport service about a message to be transmitted to another peer.

The actual message follows.

Definition at line 228 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader OutboundMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND.

Definition at line 233 of file transport.h.

Referenced by check_client_send().

◆ priority

uint32_t OutboundMessage::priority

An enum GNUNET_MQ_PriorityPreferences in NBO.

Definition at line 238 of file transport.h.

Referenced by handle_client_send(), and mq_send_impl().

◆ timeout

struct GNUNET_TIME_RelativeNBO OutboundMessage::timeout

Allowed delay.

Definition at line 246 of file transport.h.

◆ peer

struct GNUNET_PeerIdentity OutboundMessage::peer

Which peer should receive the message?

Definition at line 252 of file transport.h.

Referenced by handle_client_send(), and mq_send_impl().


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