GNUnet 0.21.1
GNUNET_CADET_LocalAck Struct Reference

Message to allow the client send more data to the service (always service -> client). More...

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

Collaboration diagram for GNUNET_CADET_LocalAck:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_ACK. More...
 
struct GNUNET_CADET_ClientChannelNumber ccn
 ID of the channel allowed to send more data. More...
 

Detailed Description

Message to allow the client send more data to the service (always service -> client).

Definition at line 279 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalAck::header

Type: GNUNET_MESSAGE_TYPE_CADET_LOCAL_ACK.

Definition at line 284 of file cadet.h.

◆ ccn

struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_LocalAck::ccn

ID of the channel allowed to send more data.

Definition at line 289 of file cadet.h.

Referenced by handle_local_ack(), and send_ack_to_client().


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