Home | History | Annotate | Download | only in openssh

Lines Matching refs:max_startups_begin

855  * dropping starts at connection #max_startups_begin with a probability
864 if (startups < options.max_startups_begin)
872 p *= startups - options.max_startups_begin;
873 p /= options.max_startups - options.max_startups_begin;