Dave Wallace | 543852a | 2017-08-03 02:11:34 -0400 | [diff] [blame] | 1 | # Test VPPCOM config file |
Dave Wallace | 8af2054 | 2017-10-26 03:29:30 -0400 | [diff] [blame] | 2 | vcl { |
Dave Wallace | 543852a | 2017-08-03 02:11:34 -0400 | [diff] [blame] | 3 | 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 Wallace | 774169b | 2017-11-01 20:07:40 -0400 | [diff] [blame] | 25 | app-proxy-transport-tcp |
| 26 | app-proxy-transport-udp |
| 27 | app-scope-local |
| 28 | app-scope-global |
Dave Wallace | 8af2054 | 2017-10-26 03:29:30 -0400 | [diff] [blame] | 29 | namespace-id 0123456789012345678901234567890123456789012345678901234567890123456789 |
| 30 | namespace-id Oh_Bother!_Said_Winnie-The-Pooh |
Dave Wallace | 8af2054 | 2017-10-26 03:29:30 -0400 | [diff] [blame] | 31 | namespace-secret 42 |
Dave Wallace | 543852a | 2017-08-03 02:11:34 -0400 | [diff] [blame] | 32 | } |