libwebsockets
Lightweight C library for HTML5 websockets
lws-conmon.h File Reference

Go to the source code of this file.

Data Structures

struct  lws_conmon
 
union  lws_conmon.protocol_specific
 
struct  lws_conmon.protocol_specific.http
 

Typedefs

typedef uint32_t lws_conmon_interval_us_t
 
typedef enum lws_conmon_pcol lws_conmon_pcol_t
 
typedef enum lws_conmon_dns_disposition lws_conmon_dns_disposition_t
 

Enumerations

enum  lws_conmon_pcol { LWSCONMON_PCOL_NONE , LWSCONMON_PCOL_HTTP }
 
enum  lws_conmon_dns_disposition { LWSCONMON_DNS_NONE , LWSCONMON_DNS_OK = 1 , LWSCONMON_DNS_SERVER_UNREACHABLE = 2 , LWSCONMON_DNS_NO_RESULT = 3 }
 

Functions

LWS_VISIBLE LWS_EXTERN void lws_conmon_wsi_take (struct lws *wsi, struct lws_conmon *dest)
 
LWS_VISIBLE LWS_EXTERN void lws_conmon_release (struct lws_conmon *conmon)