GNUnet 0.21.1
GNUNET_TRANSPORT_UpdateQueueMessage Struct Reference

Update queue. More...

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

Collaboration diagram for GNUNET_TRANSPORT_UpdateQueueMessage:
[legend]

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...
 

Detailed Description

Update queue.

Definition at line 445 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_UpdateQueueMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_SETUP.

Definition at line 450 of file transport.h.

◆ qid

uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::qid

Queue identifier (used to identify the queue).

Definition at line 455 of file transport.h.

Referenced by send_update_queue().

◆ receiver

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_UpdateQueueMessage::receiver

Receiver that can be addressed via the queue.

Definition at line 460 of file transport.h.

Referenced by send_update_queue().

◆ nt

uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::nt

An enum GNUNET_NetworkType in NBO.

Definition at line 465 of file transport.h.

Referenced by send_update_queue().

◆ mtu

uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::mtu

Maximum transmission unit, in NBO.

UINT32_MAX for unlimited.

Definition at line 470 of file transport.h.

Referenced by send_update_queue().

◆ q_len

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 476 of file transport.h.

Referenced by send_update_queue().

◆ priority

uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::priority

Priority of the queue in relation to other queues.

Definition at line 481 of file transport.h.

Referenced by send_update_queue().

◆ cs

uint32_t GNUNET_TRANSPORT_UpdateQueueMessage::cs

An enum GNUNET_TRANSPORT_ConnectionStatus in NBO.

Definition at line 486 of file transport.h.

Referenced by send_update_queue().


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