Message used to notify the transport API about a message received from the network. 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. More... | |
struct GNUNET_PeerIdentity | peer |
Which peer sent the message? More... | |
Message used to notify the transport API about a message received from the network.
The actual message follows.
Definition at line 142 of file transport.h.
struct GNUNET_MessageHeader InboundMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_RECV.
Definition at line 147 of file transport.h.
Referenced by check_recv().
struct GNUNET_PeerIdentity InboundMessage::peer |
Which peer sent the message?
Definition at line 152 of file transport.h.
Referenced by finish_handling_raw_message(), and handle_recv().