Home | History | Annotate | Download | only in openssh

Lines Matching refs:connection_attempts

331  * Connection_attempts specifies the maximum number of tries (one per
338 u_short port, int family, int connection_attempts, int *timeout_ms,
363 for (attempt = 0; attempt < connection_attempts; attempt++) {