Details about what to notify monitors about. More...
Data Fields | |
struct GNUNET_TIME_Absolute | last_validation |
struct GNUNET_TIME_Absolute | valid_until |
struct GNUNET_TIME_Absolute | next_validation |
struct GNUNET_TIME_Relative | rtt |
Current round-trip time estimate. More... | |
enum GNUNET_TRANSPORT_ConnectionStatus | cs |
Connection status. More... | |
uint32_t | num_msg_pending |
Messages pending. More... | |
uint32_t | num_bytes_pending |
Bytes pending. More... | |
Details about what to notify monitors about.
Definition at line 3473 of file gnunet-service-transport.c.
struct GNUNET_TIME_Absolute MonitorEvent::last_validation |
Definition at line 3478 of file gnunet-service-transport.c.
struct GNUNET_TIME_Absolute MonitorEvent::valid_until |
Definition at line 3479 of file gnunet-service-transport.c.
struct GNUNET_TIME_Absolute MonitorEvent::next_validation |
Definition at line 3480 of file gnunet-service-transport.c.
struct GNUNET_TIME_Relative MonitorEvent::rtt |
Current round-trip time estimate.
Definition at line 3485 of file gnunet-service-transport.c.
enum GNUNET_TRANSPORT_ConnectionStatus MonitorEvent::cs |
Connection status.
Definition at line 3490 of file gnunet-service-transport.c.
uint32_t MonitorEvent::num_msg_pending |
Messages pending.
Definition at line 3495 of file gnunet-service-transport.c.
uint32_t MonitorEvent::num_bytes_pending |
Bytes pending.
Definition at line 3500 of file gnunet-service-transport.c.