tcp_s.serv_s

Undocumented in source.
union tcp_s
struct serv_s {}

Members

Mixins

__anonymous
mixin uv_tcp_server_fields
Undocumented in source.

Mixed In Members

From mixin uv_tcp_server_fields

accept_reqs
uv_tcp_accept_t* accept_reqs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
processed_accepts
uint processed_accepts;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pending_accepts
uv_tcp_accept_t* pending_accepts;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
func_acceptex
LPFN_ACCEPTEX func_acceptex;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta