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_SEND_OK. More... | |
uint16_t | success |
GNUNET_OK if the transmission succeeded, GNUNET_SYSERR if it failed (i.e. More... | |
uint16_t | bytes_msg |
Size of message sent. More... | |
uint32_t | bytes_physical |
Size of message sent over wire. More... | |
struct GNUNET_PeerIdentity | peer |
Which peer can send more now? More... | |
Message used to notify the transport API that it can send another message to the transport service.
Definition at line 160 of file transport.h.
struct GNUNET_MessageHeader SendOkMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_OK.
Definition at line 165 of file transport.h.
uint16_t SendOkMessage::success |
GNUNET_OK if the transmission succeeded, GNUNET_SYSERR if it failed (i.e.
network disconnect); in either case, it is now OK for this client to send us another message for the given peer.
Definition at line 178 of file transport.h.
uint16_t SendOkMessage::bytes_msg |
Size of message sent.
Definition at line 183 of file transport.h.
uint32_t SendOkMessage::bytes_physical |
Size of message sent over wire.
Includes plugin and protocol specific overheads.
Definition at line 189 of file transport.h.
struct GNUNET_PeerIdentity SendOkMessage::peer |
Which peer can send more now?
Definition at line 195 of file transport.h.
Referenced by client_send_response(), and handle_send_ok().