GNUnet 0.21.1
InboundMessage Struct Reference

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>

Collaboration diagram for InboundMessage:
[legend]

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...
 

Detailed Description

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.

Field Documentation

◆ header

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().

◆ peer

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().


The documentation for this struct was generated from the following file: