mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
feature: log queue and buffer memory size configuration (#6591)
* feature: log queue and buffer memory size configuration Signed-off-by: chenyuliang5 <chenyuliang@jd.com>
This commit is contained in:
@@ -20,10 +20,12 @@ type Dnstap struct {
|
||||
repl replacer.Replacer
|
||||
|
||||
// IncludeRawMessage will include the raw DNS message into the dnstap messages if true.
|
||||
IncludeRawMessage bool
|
||||
Identity []byte
|
||||
Version []byte
|
||||
ExtraFormat string
|
||||
IncludeRawMessage bool
|
||||
Identity []byte
|
||||
Version []byte
|
||||
ExtraFormat string
|
||||
MultipleTcpWriteBuf int // *Mb
|
||||
MultipleQueue int // *10000
|
||||
}
|
||||
|
||||
// TapMessage sends the message m to the dnstap interface, without populating "Extra" field.
|
||||
|
||||
Reference in New Issue
Block a user