![]() |
GNUnet
0.11.x
|
UDP Message-Packet header (after defragmentation). More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Message header. More... | |
uint32_t | reserved |
Always zero for now. More... | |
struct GNUNET_PeerIdentity | sender |
What is the identity of the sender. More... | |
UDP Message-Packet header (after defragmentation).
Definition at line 74 of file plugin_transport_udp.c.
struct GNUNET_MessageHeader UDPMessage::header |
Message header.
Definition at line 79 of file plugin_transport_udp.c.
Referenced by process_udp_message(), and udp_plugin_send().
uint32_t UDPMessage::reserved |
Always zero for now.
Definition at line 84 of file plugin_transport_udp.c.
Referenced by process_udp_message(), and udp_plugin_send().
struct GNUNET_PeerIdentity UDPMessage::sender |
What is the identity of the sender.
Definition at line 89 of file plugin_transport_udp.c.
Referenced by fragment_msg_proc(), process_udp_message(), and udp_plugin_send().