GNUnet 0.21.1
CadetOutOfOrderMessage Struct Reference

List of received out-of-order data messages. More...

Collaboration diagram for CadetOutOfOrderMessage:
[legend]

Data Fields

struct CadetOutOfOrderMessagenext
 Double linked list, FIFO style. More...
 
struct CadetOutOfOrderMessageprev
 Double linked list, FIFO style. More...
 
struct ChannelMessageIdentifier mid
 ID of the message (messages up to this point needed before we give this one to the client). More...
 
struct GNUNET_MQ_Envelopeenv
 The envelope with the payload of the out-of-order message. More...
 

Detailed Description

List of received out-of-order data messages.

Definition at line 176 of file gnunet-service-cadet_channel.c.

Field Documentation

◆ next

struct CadetOutOfOrderMessage* CadetOutOfOrderMessage::next

Double linked list, FIFO style.

Definition at line 181 of file gnunet-service-cadet_channel.c.

◆ prev

struct CadetOutOfOrderMessage* CadetOutOfOrderMessage::prev

Double linked list, FIFO style.

Definition at line 186 of file gnunet-service-cadet_channel.c.

◆ mid

struct ChannelMessageIdentifier CadetOutOfOrderMessage::mid

ID of the message (messages up to this point needed before we give this one to the client).

Definition at line 192 of file gnunet-service-cadet_channel.c.

Referenced by GCCH_handle_channel_plaintext_data(), GCCH_handle_local_ack(), and is_before().

◆ env


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