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 | 8af2054 | 2017-10-26 03:29:30 -0400 | [diff] [blame] | 25 | session-scope-local |
| 26 | session-scope-global |
| 27 | namespace-id 0123456789012345678901234567890123456789012345678901234567890123456789 |
| 28 | namespace-id Oh_Bother!_Said_Winnie-The-Pooh |
| 29 | namespace-secret 0x42bada55e5 |
| 30 | namespace-secret 42 |
Dave Wallace | 543852a | 2017-08-03 02:11:34 -0400 | [diff] [blame] | 31 | } |