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/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 198 of file transport.h.
struct GNUNET_MessageHeader InboundMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_RECV.
Definition at line 159 of file transport.h.
Referenced by check_recv().
struct GNUNET_PeerIdentity InboundMessage::peer |
Which peer sent the message?
Definition at line 159 of file transport.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), finish_handling_raw_message(), and handle_recv().