Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h249 typedef struct lws_ss_policy { struct
250 struct lws_ss_policy *next; argument
251 const char *streamtype; /**< stream type lhs to match on */
253 const char *endpoint; /**< DNS address to connect to */
254 const char *rideshare_streamtype; /**< optional transport
257 const char *payload_fmt;
258 const char *socks5_proxy;
259 lws_ss_metadata_t *metadata; /* linked-list of metadata */
260 const lws_metric_policy_t *metrics; /* linked-list of metric policies */
261 const lws_ss_auth_t *auth; /* NULL or auth object we bind to */
[all …]