rtl433  UNKNOWN
RTL-433 utility
mg_resolve_async_opts Struct Reference

#include <mongoose.h>

Data Fields

const char * nameserver
 
int max_retries
 
int timeout
 
int accept_literal
 
int only_literal
 
struct mg_connection ** dns_conn
 

Field Documentation

◆ accept_literal

int mg_resolve_async_opts::accept_literal

◆ dns_conn

struct mg_connection** mg_resolve_async_opts::dns_conn

Referenced by mg_connect_opt(), and mg_http_handler2().

◆ max_retries

int mg_resolve_async_opts::max_retries

Referenced by mg_http_handler2().

◆ nameserver

const char* mg_resolve_async_opts::nameserver

Referenced by mg_connect_opt(), and mg_http_handler2().

◆ only_literal

int mg_resolve_async_opts::only_literal

◆ timeout

int mg_resolve_async_opts::timeout

Referenced by mg_http_handler2().


The documentation for this struct was generated from the following file: