Mercurial > dropbear
comparison default_options.h @ 1891:40f8468ad4d4
Allow for DEBUG_TRACE value 0 - 5
author | HansH111 <hans@atbas.org> |
---|---|
date | Sat, 19 Mar 2022 08:54:25 +0000 |
parents | 2b3a8026a6ce |
children | 13cb8cc1b0e4 |
comparison
equal
deleted
inserted
replaced
1888:a7b66ea18632 | 1891:40f8468ad4d4 |
---|---|
42 vulnerabilities becomes harder. Re-exec causes slightly more memory use | 42 vulnerabilities becomes harder. Re-exec causes slightly more memory use |
43 per connection. | 43 per connection. |
44 This option is ignored on non-Linux platforms at present */ | 44 This option is ignored on non-Linux platforms at present */ |
45 #define DROPBEAR_REEXEC 1 | 45 #define DROPBEAR_REEXEC 1 |
46 | 46 |
47 /* Include verbose debug output, enabled with -v at runtime. | 47 /* Include verbose debug output, enabled with -v at runtime (repeat to increase). |
48 * This will add a reasonable amount to your executable size. */ | 48 * define which level of debug output you compile in |
49 * TRACE1 - TRACE3 = approx 4 Kb (connection, remote identity, algos, auth type info) | |
50 * TRACE4 = approx 17 Kb (detailed before connection) | |
51 * TRACE5 = approx 8 Kb (detailed after connection) */ | |
49 #define DEBUG_TRACE 0 | 52 #define DEBUG_TRACE 0 |
50 | 53 |
51 /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save | 54 /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save |
52 * several kB in binary size however will make the symmetrical ciphers and hashes | 55 * several kB in binary size however will make the symmetrical ciphers and hashes |
53 * slower, perhaps by 50%. Recommended for small systems that aren't doing | 56 * slower, perhaps by 50%. Recommended for small systems that aren't doing |