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>
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... | |
Message to allow the client send more data to the service (always service -> client).
struct GNUNET_MessageHeader GNUNET_CADET_LocalAck::header |
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().