Currently, python-ndn does not handle [NDN link protocol packets](https://redmine.named-data.net/projects/nfd/wiki/NDNLPv2#NDNLPv2), except NACK. For example, when the network gets congested, NFD will wrap Interest/Data packets in NDNLP packet with congestion markings. The python-ndn library currently discards such packets, and shows a warning message as follows: ``` WARNING:Unable to decode received packet ``` I have attached an example NDNLP packet here: [packet.zip](https://github.com/named-data/python-ndn/files/5498113/packet.zip)