mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-06 11:22:26 +08:00
3eb4eb8074
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
560 B
560 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
struct mg_add_sock_opts | struct mg_add_sock_opts | struct | struct mg_add_sock_opts { void *user_data; /* Initial value for connection's user_data */ unsigned int flags; /* Initial connection flags */ const char **error_string; /* Placeholder for the error string */ struct mg_iface *iface; /* Interface instance */ }; |
Optional parameters to mg_add_sock_opt()
.
flags
is an initial struct mg_connection::flags
bitmask to set,
see MG_F_*
flags definitions.