mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-05 02:49:00 +08:00
5045dfab74
PUBLISHED_FROM=f03b963aaec02574e47c28ee8033551440b94f2d
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.