List of received out-of-order data messages. More...
Data Fields | |
struct CadetOutOfOrderMessage * | next |
Double linked list, FIFO style. More... | |
struct CadetOutOfOrderMessage * | prev |
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_Envelope * | env |
The envelope with the payload of the out-of-order message. More... | |
List of received out-of-order data messages.
Definition at line 176 of file gnunet-service-cadet_channel.c.
struct CadetOutOfOrderMessage* CadetOutOfOrderMessage::next |
Double linked list, FIFO style.
Definition at line 181 of file gnunet-service-cadet_channel.c.
struct CadetOutOfOrderMessage* CadetOutOfOrderMessage::prev |
Double linked list, FIFO style.
Definition at line 186 of file gnunet-service-cadet_channel.c.
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().
struct GNUNET_MQ_Envelope* CadetOutOfOrderMessage::env |
The envelope with the payload of the out-of-order message.
Definition at line 197 of file gnunet-service-cadet_channel.c.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), free_channel_client(), GCCH_handle_channel_plaintext_data(), GCCH_handle_local_ack(), GCCH_handle_local_data(), and typescriptdomain.TypeScriptDefinition::run().