mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 07:29:04 +08:00
336 B
336 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_sock_addr_to_str() | mg_sock_addr_to_str | func | void mg_sock_addr_to_str(const union socket_address *sa, char *buf, size_t len, int flags); |
Converts the socket's address into string.
flags
is MG_SOCK_STRINGIFY_IP and/or MG_SOCK_STRINGIFY_PORT.