Keep up to 64 lines of dnsmasq messages in the FIFO buffer.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-12-03 22:40:26 +00:00
parent a6a7b9712e
commit 46c622f256
+2 -2
View File
@@ -15,8 +15,8 @@
// How many messages do we keep in memory (FIFO message buffer)?
// The memory required is the set number in kilobytes
// Defaults to 32 [uses 32 KB of memory]
#define LOG_SIZE 32
// Defaults to 64 [uses 64 KB of memory]
#define LOG_SIZE 64
void init_dnsmasq_fifo_log(void);
void free_dnsmasq_fifo_log(void);