Message sent by the service to clients to notify them about messages being received or transmitted. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/core/core.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_INBOUND or GNUNET_MESSAGE_TYPE_CORE_NOTIFY_OUTBOUND. More... | |
struct GNUNET_PeerIdentity | peer |
Identity of the receiver or sender. More... | |
Message sent by the service to clients to notify them about messages being received or transmitted.
This overall message is followed by the real message, or just the header of the real message (depending on the client's preferences). The receiver can tell if it got the full message or only a partial message by looking at the size field in the header of NotifyTrafficMessage and checking it with the size field in the message that follows.
struct GNUNET_MessageHeader NotifyTrafficMessage::header |
Header with type GNUNET_MESSAGE_TYPE_CORE_NOTIFY_INBOUND or GNUNET_MESSAGE_TYPE_CORE_NOTIFY_OUTBOUND.
Definition at line 179 of file core.h.
Referenced by check_notify_inbound().
struct GNUNET_PeerIdentity NotifyTrafficMessage::peer |
Identity of the receiver or sender.
Definition at line 184 of file core.h.
Referenced by GSC_CLIENTS_deliver_message(), and handle_notify_inbound().