comparison default_options.h.in @ 1478:3a933956437e coverity

update coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:49:22 +0800
parents a3a96dbf9a58
children abbdeca6f1bd
comparison
equal deleted inserted replaced
1439:8d24733026c5 1478:3a933956437e
256 256
257 /* And then a global limit to avoid chewing memory if connections 257 /* And then a global limit to avoid chewing memory if connections
258 * come from many IPs */ 258 * come from many IPs */
259 #define MAX_UNAUTH_CLIENTS 30 259 #define MAX_UNAUTH_CLIENTS 30
260 260
261 /* Maximum number of failed authentication tries (server option) */ 261 /* Default maximum number of failed authentication tries (server option) */
262 /* -T server option overrides */
262 #define MAX_AUTH_TRIES 10 263 #define MAX_AUTH_TRIES 10
263 264
264 /* The default file to store the daemon's process ID, for shutdown 265 /* The default file to store the daemon's process ID, for shutdown
265 scripts etc. This can be overridden with the -P flag */ 266 scripts etc. This can be overridden with the -P flag */
266 #define DROPBEAR_PIDFILE "/var/run/dropbear.pid" 267 #define DROPBEAR_PIDFILE "/var/run/dropbear.pid"