Searched defs:server_info (Results 1 – 2 of 2) sorted by relevance
70 struct server_info { struct71 sa_family_t family; /* protocol family */72 char *portnum; /* port number */73 int listen_sd; /* socket descriptor for listening */74 int concurrent; /* if non-zero, act as a concurrent server */75 size_t current_connection; /* number of the current connection */76 size_t max_connection; /* maximum connection number */77 size_t lost_connection; /* number of lost connection */78 size_t small_sending; /* if non-zero, in the small sending mode */79 size_t window_scaling; /* if non-zero, in the window scaling mode */
233 struct query_server_info *server_info; /* per-server state */ member