Network size estimate sent from the service to clients. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/nse/nse.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_NSE_ESTIMATE. More... | |
uint32_t | reserved |
For alignment. More... | |
struct GNUNET_TIME_AbsoluteNBO | timestamp |
Timestamp at which the server received the message. More... | |
double | size_estimate |
The current estimated network size. More... | |
double | std_deviation |
The standard deviation (rounded down to the nearest integer) of size estimations. More... | |
Network size estimate sent from the service to clients.
Contains the current size estimate (or 0 if none has been calculated) and the standard deviation of known estimates.
struct GNUNET_MessageHeader GNUNET_NSE_ClientMessage::header |
Type: GNUNET_MESSAGE_TYPE_NSE_ESTIMATE.
Definition at line 47 of file nse.h.
Referenced by handle_start(), setup_estimate_message(), and update_network_size_estimate().
uint32_t GNUNET_NSE_ClientMessage::reserved |
struct GNUNET_TIME_AbsoluteNBO GNUNET_NSE_ClientMessage::timestamp |
Timestamp at which the server received the message.
Definition at line 57 of file nse.h.
Referenced by handle_estimate(), and setup_estimate_message().
double GNUNET_NSE_ClientMessage::size_estimate |
The current estimated network size.
Definition at line 62 of file nse.h.
Referenced by handle_estimate(), and setup_estimate_message().
double GNUNET_NSE_ClientMessage::std_deviation |
The standard deviation (rounded down to the nearest integer) of size estimations.
Definition at line 69 of file nse.h.
Referenced by handle_estimate(), and setup_estimate_message().