Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 1 | nfdc-cs |
Junxiao Shi | cdf7845 | 2018-03-02 23:14:15 +0000 | [diff] [blame] | 2 | ======= |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 3 | |
| 4 | SYNOPSIS |
| 5 | -------- |
Davide Pesavento | d214744 | 2018-02-19 23:58:17 -0500 | [diff] [blame] | 6 | | nfdc cs [info] |
Junxiao Shi | cdf7845 | 2018-03-02 23:14:15 +0000 | [diff] [blame] | 7 | | nfdc cs config [capacity <CAPACITY>] [admit on|off] [serve on|off] |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 8 | |
| 9 | DESCRIPTION |
| 10 | ----------- |
| 11 | The **nfdc cs info** command shows CS statistics information. |
| 12 | |
Junxiao Shi | cdf7845 | 2018-03-02 23:14:15 +0000 | [diff] [blame] | 13 | The **nfdc cs config** command updates CS configuration. |
| 14 | |
| 15 | OPTIONS |
| 16 | ------- |
| 17 | <CAPACITY> |
| 18 | Maximum number of Data packets the CS can store. |
| 19 | Lowering the capacity causes the CS to evict excess Data packets. |
| 20 | |
| 21 | admit on|off |
| 22 | Whether the CS can admit new Data. |
| 23 | |
| 24 | serve on|off |
| 25 | Whether the CS can satisfy incoming Interests using cached Data. |
| 26 | Turning this off causes all CS lookups to miss. |
| 27 | |
Junxiao Shi | 3160a3f | 2018-01-09 21:25:15 +0000 | [diff] [blame] | 28 | SEE ALSO |
| 29 | -------- |
| 30 | nfd(1), nfdc(1) |