A HOSTLIST_ADV message is used to exchange information about hostlist advertisements. More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT. More... | |
uint32_t | reserved |
Always zero (for alignment). More... | |
A HOSTLIST_ADV message is used to exchange information about hostlist advertisements.
This struct is always followed by the actual url under which the hostlist can be obtained:
1) transport-name (0-terminated) 2) address-length (uint32_t, network byte order; possibly unaligned!) 3) address expiration (GNUNET_TIME_AbsoluteNBO); possibly unaligned!) 4) address (address-length bytes; possibly unaligned!)
Definition at line 101 of file gnunet-daemon-hostlist.c.
struct GNUNET_MessageHeader GNUNET_HOSTLIST_ADV_Message::header |
Type will be GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT.
Definition at line 106 of file gnunet-daemon-hostlist.c.
uint32_t GNUNET_HOSTLIST_ADV_Message::reserved |
Always zero (for alignment).
Definition at line 111 of file gnunet-daemon-hostlist.c.