parse_option("http-stats",no_argument,0,2000,"allow http server to answer on stats queries");
parse_option("http-stats",no_argument,0,2000,"allow http server to answer on stats queries");
parse_option("mtproto-secret",required_argument,0,'S',"16-byte secret in hex mode");
parse_option("mtproto-secret",required_argument,0,'S',"16-byte secret in hex mode");
parse_option("proxy-tag",required_argument,0,'P',"16-byte proxy tag in hex mode to be passed along with all forwarded queries");
parse_option("proxy-tag",required_argument,0,'P',"16-byte proxy tag in hex mode to be passed along with all forwarded queries");
parse_option("domain",required_argument,0,'D',"domain to which all requests unrecognized as TLS-transport requests will be proxied. If specified, value of 'slaves' option is ignored");
parse_option("domain",required_argument,0,'D',"adds allowed domain for TLS-transport mode, disables other transports; can be specified more than once");
parse_option("max-special-connections",required_argument,0,'C',"sets maximal number of accepted client connections per worker");
parse_option("max-special-connections",required_argument,0,'C',"sets maximal number of accepted client connections per worker");
parse_option("window-clamp",required_argument,0,'W',"sets window clamp for client TCP connections");
parse_option("window-clamp",required_argument,0,'W',"sets window clamp for client TCP connections");
parse_option("http-ports",required_argument,0,'H',"comma-separated list of client (HTTP) ports to listen");
parse_option("http-ports",required_argument,0,'H',"comma-separated list of client (HTTP) ports to listen");
// parse_option ("outbound-connections-ps", required_argument, 0, 'o', "limits creation rate of outbound connections to mtproto-servers (default %d)", DEFAULT_OUTBOUND_CONNECTION_CREATION_RATE);
// parse_option ("outbound-connections-ps", required_argument, 0, 'o', "limits creation rate of outbound connections to mtproto-servers (default %d)", DEFAULT_OUTBOUND_CONNECTION_CREATION_RATE);
parse_option("slaves",required_argument,0,'M',"spawn several slave workers");
parse_option("slaves",required_argument,0,'M',"spawn several slave workers; not supported for TLS-transport mode");
parse_option("ping-interval",required_argument,0,'T',"sets ping interval in second for local TCP connections (default %.3lf)",PING_INTERVAL);
parse_option("ping-interval",required_argument,0,'T',"sets ping interval in second for local TCP connections (default %.3lf)",PING_INTERVAL);