commonly used definitions; globals in this file are exempt from the rule that the module name ("commo...
#define GNUNET_NETWORK_STRUCT_BEGIN
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32.
#define GNUNET_NETWORK_STRUCT_END
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;.
#define GNUNET_PACKED
gcc-ism to get packed structs.
Network size estimate sent from the service to clients.
uint32_t reserved
For alignment.
double size_estimate
The current estimated network size.
struct GNUNET_TIME_AbsoluteNBO timestamp
Timestamp at which the server received the message.
double std_deviation
The standard deviation (rounded down to the nearest integer) of size estimations.
struct GNUNET_MessageHeader header
Type: GNUNET_MESSAGE_TYPE_NSE_ESTIMATE.
Time for absolute time used by GNUnet, in microseconds and in network byte order.