Useful information about heartbeat timings. More...
#include <protocols.h>
Public Attributes | |
| gint64 | timeout |
| If client->last_send is less than this, then the client can be considered as timed out of the protocol chose to implement timeouts using heartbeats instead of qev_timeout(). | |
| gint64 | poll |
| If client->last_send is less than this, the poll should be completed so that a new iteration can be started. | |
| gint64 | heartbeat |
| If client->last_send is less than this, needs a simple heartbeat sent. | |
| gint64 | challenge |
| If client->last_recv is less than this, needs a hearbeat challenge. | |
| gint64 | dead |
| If client->last_recv is less than this, the client is just dead. | |
Useful information about heartbeat timings.
1.8.6