![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq/blob/master/mongoose.h>
Collaboration diagram for mg_resolve_async_opts:Public Attributes | |
| const char * | nameserver_url |
| int | max_retries |
| int | timeout |
| int | accept_literal |
| int | only_literal |
| struct mg_connection ** | dns_conn |
Definition at line 3436 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3436 of file mongoose.h
| int mg_resolve_async_opts::accept_literal |
Definition at line 3440 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3440 of file mongoose.h
| struct mg_connection** mg_resolve_async_opts::dns_conn |
Definition at line 3442 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3442 of file mongoose.h
Referenced by mg_connect_opt(), and mg_resolve_async_opt().
| int mg_resolve_async_opts::max_retries |
Definition at line 3438 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3438 of file mongoose.h
Referenced by mg_resolve_async_opt().
| const char* mg_resolve_async_opts::nameserver_url |
Definition at line 3437 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3437 of file mongoose.h
Referenced by mg_resolve_async_opt().
| int mg_resolve_async_opts::only_literal |
Definition at line 3441 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3441 of file mongoose.h
| int mg_resolve_async_opts::timeout |
Definition at line 3439 of file mongoose.h.
View newest version in sPHENIX GitHub at line 3439 of file mongoose.h
Referenced by mg_resolve_async_opt().