Skip to content

Commit

Permalink
auto update sample ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Nov 14, 2021
1 parent f01d247 commit 8164d61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ general:
metrics. (default: default)
[$DNSMONSTER_SERVERNAME]
--tcpAssemblyChannelSize= Size of the tcp assembler (default:
1000)
10000)
[$DNSMONSTER_TCPASSEMBLYCHANNELSIZE]
--tcpResultChannelSize= Size of the tcp result channel
(default: 1000)
(default: 10000)
[$DNSMONSTER_TCPRESULTCHANNELSIZE]
--tcpHandlerCount= Number of routines used to handle tcp
assembly (default: 1)
Expand All @@ -167,11 +167,11 @@ general:
2:WARN, 3:INFO, 4:DEBUG (default: 3)
[$DNSMONSTER_LOGLEVEL]
--defraggerChannelSize= Size of the channel to send packets to
be defragged (default: 500)
be defragged (default: 10000)
[$DNSMONSTER_DEFRAGGERCHANNELSIZE]
--defraggerChannelReturnSize= Size of the channel where the
defragged packets are returned
(default: 500)
(default: 10000)
[$DNSMONSTER_DEFRAGGERCHANNELRETURNSIZ-
E]
Expand Down Expand Up @@ -249,10 +249,10 @@ capture:
(default: 755)
[$DNSMONSTER_DNSTAPPERMISSION]
--packetHandlerCount= Number of routines used to handle
received packets (default: 1)
received packets (default: 2)
[$DNSMONSTER_PACKETHANDLERCOUNT]
--packetChannelSize= Size of the packet handler channel
(default: 100000)
(default: 1000)
[$DNSMONSTER_PACKETCHANNELSIZE]
--afpacketBuffersizeMb= Afpacket Buffersize in MB (default:
64) [$DNSMONSTER_AFPACKETBUFFERSIZEMB]
Expand Down
12 changes: 6 additions & 6 deletions config-sample.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ MaskSize6 = 128
ServerName = default

; Size of the tcp assembler
TcpAssemblyChannelSize = 1000
TcpAssemblyChannelSize = 10000

; Size of the tcp result channel
TcpResultChannelSize = 1000
TcpResultChannelSize = 10000

; Number of routines used to handle tcp assembly
TcpHandlerCount = 1
Expand All @@ -33,10 +33,10 @@ ResultChannelSize = 100000
LogLevel = 3

; Size of the channel to send packets to be defragged
DefraggerChannelSize = 500
DefraggerChannelSize = 10000

; Size of the channel where the defragged packets are returned
DefraggerChannelReturnSize = 500
DefraggerChannelReturnSize = 10000

; write cpu profile to file
Cpuprofile =
Expand Down Expand Up @@ -91,10 +91,10 @@ SampleRatio = 1:1
DnstapPermission = 755

; Number of routines used to handle received packets
PacketHandlerCount = 1
PacketHandlerCount = 2

; Size of the packet handler channel
PacketChannelSize = 100000
PacketChannelSize = 1000

; Afpacket Buffersize in MB
AfpacketBuffersizeMb = 64
Expand Down

0 comments on commit 8164d61

Please sign in to comment.