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>
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... | |
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.
struct GNUNET_MessageHeader RecvOkMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_RECV_OK.
Definition at line 209 of file transport.h.
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().
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().