Dave Wallace | 543852a | 2017-08-03 02:11:34 -0400 | [diff] [blame] | 1 | # Test VPPCOM config file |
| 2 | vppcom { |
| 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 |
| 25 | } |