VCL: add vpp api q length to config file.
[vpp.git] / src / vcl / vcl_test.conf
1 # Test VPPCOM config file
2 vcl {
3   heapsize 1G
4   heapsize 1
5   vpp-api-q-length 32
6   vpp-api-q-length 65536
7   api-prefix daw  # this is a comment
8   uid 1020 this is also a comment.
9   gid 1020
10 # This is yet another comment!
11   segment-baseva 0x300000000
12   segment-size 0x10000000
13   segment-size 268435456
14   add-segment-size 0x1000000
15   add-segment-size 134217728
16   preallocated-fifo-pairs 16
17   rx-fifo-size 3145728
18   rx-fifo-size 0x300000
19   tx-fifo-size 3145728
20   tx-fifo-size 0x300000
21   event-queue-size 1024
22   event-queue-size 0x400
23   listen-queue-size 32
24   listen-queue-size 0x20
25   app-timeout 54.3
26   session-timeout 66.6
27   accept-timeout 0.1
28   app-proxy-transport-tcp
29   app-proxy-transport-udp
30   app-scope-local
31   app-scope-global
32   namespace-id 0123456789012345678901234567890123456789012345678901234567890123456789
33   namespace-id Oh_Bother!_Said_Winnie-The-Pooh
34   namespace-secret 42
35 }