Project

General

Profile

Task #3337

Updated by Anonymous over 8 years ago

Right now when decoding a data packet, if the MetaInfo content type is not one of the known types from the TLV spec then the library throws an exception. But applications should be able to experiment with content types. So, the library should be changed to allow any content type when decoding. (This also means that jNDN should be changed to not use a ContentType enum which has a limited range.)

Back