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>
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... | |
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.
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().
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().
struct GNUNET_TIME_RelativeNBO OutboundMessage::timeout |
Allowed delay.
Definition at line 246 of file transport.h.
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().