Actions
TLV-TYPE » History » Revision 10
« Previous |
Revision 10/13
(diff)
| Next »
Alex Afanasyev, 03/03/2014 08:58 AM
NFD-related NDN-TLV Type assignments¶
Types assigned from the range reserved for forwarding daemon.
| Type | Assigned value | Assigned value (hex) |
|---|---|---|
| ControlResponse | 101 | 0x65 |
| StatusCode | 102 | 0x66 |
| StatusText | 103 | 0x67 |
| FibManagementOptions | 104 | 0x68 |
| FaceId | 105 | 0x69 |
| Cost | 106 | 0x6a |
| Strategy | 107 | 0x6b |
| FaceManagementOptions | 108 | 0x6c |
| StrategyChoiceOptions | 109 | 0x6d |
| Uri | 114 | 0x72 |
These codes are used by the following specifications:
Types reserved from local link data processing range:
Local Control Header¶
From NFD local control header specification:
| Type | Assigned value | Assigned value (hex) |
|---|---|---|
| LocalControlHeader | 80 | 0x50 |
| IncomingFaceId | 81 | 0x51 |
| NextHopFaceId | 82 | 0x52 |
NDNLP¶
From NDN Link Layer Protocol specification:
| Type | Assigned value | Assigned value (hex) |
|---|---|---|
| NdnlpData | 80 | 0x50 |
| NdnlpSequence | 81 | 0x51 |
| NdnlpFragIndex | 82 | 0x52 |
| NdnlpFragCount | 83 | 0x53 |
| NdnlpPayload | 84 | 0x54 |
NRD face registration protocol¶
From [[NRD:NRD Prefix Registration protocol]] specification:
| Type | Assigned value | Assigned value (hex) |
|---|---|---|
| PrefixRegOptions | 101 | 0x65 |
| FaceId | 102 | 0x66 |
| Flags | 103 | 0x67 |
| Cost | 104 | 0x68 |
| ExpirationPeriod | 105 | 0x69 |
| StrategyName | 106 | 0x6a |
| Protocol | 107 | 0x6b |
Updated by Alex Afanasyev over 11 years ago · 13 revisions