HomeSort by relevance Sort by last modified time
    Searched refs:max_startups_begin (Results 1 - 3 of 3) sorted by null

  /external/openssh/
servconf.h 152 int max_startups_begin; member in struct:__anon28153
servconf.c 150 options->max_startups_begin = -1;
316 if (options->max_startups_begin == -1)
317 options->max_startups_begin = 10;
    [all...]
sshd.c 976 * dropping starts at connection #max_startups_begin with a probability
985 if (startups < options.max_startups_begin)
993 p *= startups - options.max_startups_begin;
994 p /= options.max_startups - options.max_startups_begin;
    [all...]

Completed in 187 milliseconds