GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_TRANSPORT_UpdateQueueMessage Struct Reference

Update queue. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/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.
 
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.
 

Detailed Description

Update queue.

Definition at line 451 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 456 of file transport.h.

◆ qid

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

◆ receiver

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

◆ nt

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

◆ mtu

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

◆ 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 482 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 487 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 492 of file transport.h.

Referenced by send_update_queue().


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