blob: 9cf87e8cd28211250aff4f8fd50b4532bbe765b3 [file] [log] [blame]
Dave Wallace543852a2017-08-03 02:11:34 -04001# Test VPPCOM config file
Dave Wallace8af20542017-10-26 03:29:30 -04002vcl {
Dave Wallace543852a2017-08-03 02:11:34 -04003 heapsize 1
4 api-prefix daw # this is a comment
5 uid 1020 this is also a comment.
6 gid 1020
7# This is yet another comment!
8 segment-baseva 0x300000000
9 segment-size 0x10000000
10 segment-size 268435456
11 add-segment-size 0x1000000
12 add-segment-size 134217728
13 preallocated-fifo-pairs 16
14 rx-fifo-size 3145728
15 rx-fifo-size 0x300000
16 tx-fifo-size 3145728
17 tx-fifo-size 0x300000
18 event-queue-size 1024
19 event-queue-size 0x400
20 listen-queue-size 32
21 listen-queue-size 0x20
22 app-timeout 54.3
23 session-timeout 66.6
24 accept-timeout 0.1
Dave Wallace774169b2017-11-01 20:07:40 -040025 app-proxy-transport-tcp
26 app-proxy-transport-udp
27 app-scope-local
28 app-scope-global
Dave Wallace8af20542017-10-26 03:29:30 -040029 namespace-id 0123456789012345678901234567890123456789012345678901234567890123456789
30 namespace-id Oh_Bother!_Said_Winnie-The-Pooh
Dave Wallace8af20542017-10-26 03:29:30 -040031 namespace-secret 42
Dave Wallace543852a2017-08-03 02:11:34 -040032}