summaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom_test.conf
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2017-10-26 03:29:30 -0400
committerFlorin Coras <florin.coras@gmail.com>2017-10-26 15:01:50 +0000
commit8af2054b7899f7f457101b4ceffb90c5beac0bb0 (patch)
tree30a0692dcdd9faf1a1f6f77c1a6403b2163de910 /src/vcl/vppcom_test.conf
parentca514fda1125573d513215cb6ea7f22057a82d6b (diff)
VCL: add session namespace support.
Change-Id: I04f1b63e66260d99c0dd180b0295a55a9b750df7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/vcl/vppcom_test.conf')
-rw-r--r--src/vcl/vppcom_test.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/vcl/vppcom_test.conf b/src/vcl/vppcom_test.conf
deleted file mode 100644
index e5ac46363f8..00000000000
--- a/src/vcl/vppcom_test.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# Test VPPCOM config file
-vppcom {
- heapsize 1
- api-prefix daw # this is a comment
- uid 1020 this is also a comment.
- gid 1020
-# This is yet another comment!
- segment-baseva 0x300000000
- segment-size 0x10000000
- segment-size 268435456
- add-segment-size 0x1000000
- add-segment-size 134217728
- preallocated-fifo-pairs 16
- rx-fifo-size 3145728
- rx-fifo-size 0x300000
- tx-fifo-size 3145728
- tx-fifo-size 0x300000
- event-queue-size 1024
- event-queue-size 0x400
- listen-queue-size 32
- listen-queue-size 0x20
- app-timeout 54.3
- session-timeout 66.6
- accept-timeout 0.1
-}