GNUnet 0.21.1
RecvOkMessage Struct Reference

Message used to notify the transport API that it can send another message to the transport service. More...

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

Collaboration diagram for RecvOkMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_RECV_OK. More...
 
uint32_t increase_window_delta
 Number of messages by which to increase the window, greater or equal to one. More...
 
struct GNUNET_PeerIdentity peer
 Which peer can CORE handle more from now? More...
 

Detailed Description

Message used to notify the transport API that it can send another message to the transport service.

(Used to implement flow control.)

Definition at line 204 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader RecvOkMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_RECV_OK.

Definition at line 209 of file transport.h.

◆ increase_window_delta

uint32_t RecvOkMessage::increase_window_delta

Number of messages by which to increase the window, greater or equal to one.

Definition at line 215 of file transport.h.

Referenced by handle_client_recv_ok().

◆ peer

struct GNUNET_PeerIdentity RecvOkMessage::peer

Which peer can CORE handle more from now?

Definition at line 220 of file transport.h.

Referenced by handle_client_recv_ok().


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