Update queue. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/transport/transport.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_SETUP. | |
uint32_t | qid |
Queue identifier (used to identify the queue). | |
struct GNUNET_PeerIdentity | receiver |
Receiver that can be addressed via the queue. | |
uint32_t | nt |
An enum GNUNET_NetworkType in NBO. | |
uint32_t | mtu |
Maximum transmission unit, in NBO. | |
uint64_t | q_len |
Queue length, in NBO. | |
uint32_t | priority |
Priority of the queue in relation to other queues. | |
uint32_t | cs |
An enum GNUNET_TRANSPORT_ConnectionStatus in NBO. | |
Update queue.
Definition at line 451 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_UpdateQueueMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_SETUP.
Definition at line 456 of file transport.h.
uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::qid |
Queue identifier (used to identify the queue).
Definition at line 461 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 466 of file transport.h.
Referenced by send_update_queue().
uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::nt |
An enum GNUNET_NetworkType
in NBO.
Definition at line 471 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 476 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 482 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 487 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 492 of file transport.h.
Referenced by send_update_queue().