PiCN tools and nodes can operate with different packet formats. At the moment, the following formats are available:
ndntlv
(default)simple
Partial
Additional NACK reasons (link protocol):
Value | Reason | Description |
---|---|---|
160 | NO_CONTENT |
No content available |
161 | COMP_QUEUE_FULL |
No resources to perform computation |
162 | COMP_PARAM_UNAVAILABLE |
One or many input data is unavailable |
163 | COMP_EXCEPTION |
An excpetion occured during computation |
164 | COMP_TERMINATED |
Computation terminated by computing entity |
Detailed desciption in PiCN.Packets.NackReason.py
String-based and human-readable packet format. For debug-purposes only.