Xinyu Ma
Xinyu Ma
Hello. I think the only problem is PIT token. python-ndn does not memorize incoming Interests so it does not apply PIT token when a data is sent. This is hard...
Thank you for your idea. Will implement this when I have time.
This involves multiple changes in `NDNApp`. I think probably I should refactor the whole class (like `NDNAppv2`). Since this takes time and is not of high priority, let me delay...
This is because the design and implementation of the `suggest` function did not consider the use by controller. To add more context: this code is added to fix the problem...
Last time this happens because the same key was used to sign multiple registration commands in one ms. Somehow NFD prevents this. I added a delay function in sending command...
Will fix this ASAP.
> Hi, can we please fix this? We don't want to rely on application retransmission since that adds to congestion. I'm currently working on this. I'm sorry that this may...
Hello. I just pushed a patch. Sorry for being late. After I upgraded my Mac, everything was broken ... I have only tested it in the integration test, but not...
This implementation does not handle fragmentation yet. Will be added later.
Thank you for your report. I made `param` to be variable in length because I thought people may use this message to store a small Data packet. But currently no...