GNUnet  0.20.0
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/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 198 of file transport.h.

Field Documentation

◆ header

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

◆ peer


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