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. | |
| enum GNUNET_TRANSPORT_ConnectionStatus | cs |
| Connection status. | |
| uint32_t | num_msg_pending |
| Messages pending. | |
| uint32_t | num_bytes_pending |
| Bytes pending. | |
Details about what to notify monitors about.
Definition at line 3905 of file gnunet-service-transport.c.
| struct GNUNET_TIME_Absolute MonitorEvent::last_validation |
Definition at line 3910 of file gnunet-service-transport.c.
| struct GNUNET_TIME_Absolute MonitorEvent::valid_until |
Definition at line 3911 of file gnunet-service-transport.c.
| struct GNUNET_TIME_Absolute MonitorEvent::next_validation |
Definition at line 3912 of file gnunet-service-transport.c.
| struct GNUNET_TIME_Relative MonitorEvent::rtt |
Current round-trip time estimate.
Definition at line 3917 of file gnunet-service-transport.c.
| enum GNUNET_TRANSPORT_ConnectionStatus MonitorEvent::cs |
Connection status.
Definition at line 3922 of file gnunet-service-transport.c.
| uint32_t MonitorEvent::num_msg_pending |
Messages pending.
Definition at line 3927 of file gnunet-service-transport.c.
| uint32_t MonitorEvent::num_bytes_pending |
Bytes pending.
Definition at line 3932 of file gnunet-service-transport.c.