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_release/build/src/service/transport/transport.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_RECV_OK. | |
| uint32_t | increase_window_delta |
| Number of messages by which to increase the window, greater or equal to one. | |
| struct GNUNET_PeerIdentity | peer |
| Which peer can CORE handle more from now? | |
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 205 of file transport.h.
| struct GNUNET_MessageHeader RecvOkMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_RECV_OK.
Definition at line 210 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 216 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 221 of file transport.h.
Referenced by handle_client_recv_ok().