commit | 0f13db6c05f5fc03090803aa53261a419630e265 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:03:43 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:40:12 2011 -0700 |
tree | 16257d59c1377cb91b69eaa901924bd588ce7672 | |
parent | 685163211245d545351d481b172f55c8d04c66d8 [diff] |
NDN_DTAG_Nack and NDN_DTAG_Congested were added
diff --git a/helper/ccnb-parser/ccnb-parser-common.h b/helper/ccnb-parser/ccnb-parser-common.h index 4e4eb12..847a6b8 100644 --- a/helper/ccnb-parser/ccnb-parser-common.h +++ b/helper/ccnb-parser/ccnb-parser-common.h
@@ -168,6 +168,8 @@ CCN_DTAG_StatusResponse = 112, CCN_DTAG_StatusCode = 113, CCN_DTAG_StatusText = 114, + NDN_DTAG_Nack = 115, + NDN_DTAG_Congested = 116, CCN_DTAG_SequenceNumber = 256, CCN_DTAG_CCNProtocolDataUnit = 17702112 };