Home
last modified time | relevance | path

Searched defs:my_conn (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
Dmain.c31 static struct my_conn { struct
32 lws_sorted_usec_list_t sul; /* schedule connection retry */
33 lws_sorted_usec_list_t sul_hz; /* 1hz summary */
35 range_t e_lat_range;
36 range_t price_range;
38 struct lws *wsi; /* related wsi if any */
39 uint16_t retry_count; /* count of consequetive retries */
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
Dminimal-ws-client.c22 static struct my_conn { struct
23 lws_sorted_usec_list_t sul; /* schedule connection retry */
24 struct lws *wsi; /* related wsi if any */
25 uint16_t retry_count; /* count of consequetive retries */