Update queue. 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_QUEUE_SETUP. More... | |
uint32_t | qid |
Queue identifier (used to identify the queue). More... | |
struct GNUNET_PeerIdentity | receiver |
Receiver that can be addressed via the queue. More... | |
uint32_t | nt |
An enum GNUNET_NetworkType in NBO. More... | |
uint32_t | mtu |
Maximum transmission unit, in NBO. More... | |
uint64_t | q_len |
Queue length, in NBO. More... | |
uint32_t | priority |
Priority of the queue in relation to other queues. More... | |
uint32_t | cs |
An enum GNUNET_TRANSPORT_ConnectionStatus in NBO. More... | |
Update queue.
Definition at line 450 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_UpdateQueueMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_SETUP.
Definition at line 455 of file transport.h.
uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::qid |
Queue identifier (used to identify the queue).
Definition at line 460 of file transport.h.
Referenced by send_update_queue().
struct GNUNET_PeerIdentity GNUNET_TRANSPORT_UpdateQueueMessage::receiver |
Receiver that can be addressed via the queue.
Definition at line 465 of file transport.h.
Referenced by send_update_queue().
uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::nt |
An enum GNUNET_NetworkType
in NBO.
Definition at line 470 of file transport.h.
Referenced by send_update_queue().
uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::mtu |
Maximum transmission unit, in NBO.
UINT32_MAX for unlimited.
Definition at line 475 of file transport.h.
Referenced by send_update_queue().
uint64_t GNUNET_TRANSPORT_UpdateQueueMessage::q_len |
Queue length, in NBO.
Defines how many messages may be send through this queue. UINT64_MAX for unlimited.
Definition at line 481 of file transport.h.
Referenced by send_update_queue().
uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::priority |
Priority of the queue in relation to other queues.
Definition at line 486 of file transport.h.
Referenced by send_update_queue().
uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::cs |
An enum GNUNET_TRANSPORT_ConnectionStatus
in NBO.
Definition at line 491 of file transport.h.
Referenced by send_update_queue().