summaryrefslogtreecommitdiffstats
path: root/docs/usecases/simpleperf/index.rst
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2020-06-23 13:12:33 +0000
committerOle Trøan <otroan@employees.org>2020-06-24 07:20:50 +0000
commitf3d7bd9d4d652b1c4b687267acdb9fdb908a74bd (patch)
tree3063cd4589b6671499840d3d1f1b6c4ad7adfd43 /docs/usecases/simpleperf/index.rst
parent9c8142a43c503276f97666cb8d34b39e382f82d6 (diff)
nat: deterministic: disallow invalid config
Prevent overflow if input network prefix is too small and crash on packet #1 due to vector not being allocated/initialized. Type: fix Signed-off-by: Klement Sekera <ksekera@cisco.com> Change-Id: I3494cc62ce889df48cc59cc9340b5dd70338c3a8
Diffstat (limited to 'docs/usecases/simpleperf/index.rst')
0 files changed, 0 insertions, 0 deletions
s2410'>rls2410 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/app.ini
blob: 796f33235b1ecf1231b0c62fe3a808a196d7d616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[uwsgi]
ini = :pal
py-autoreload = 0

[pal]
module = wsgi:app

processes = 2
threads = 4
plugin = python3

master = true
http-socket = :5000
socket = /tmp/app.sock
chmod-socket = 666