Activity
From 03/10/2015 to 04/08/2015
04/03/2015
- 03:44 PM Feature #2566: Implement Face.setInterestFilter
- Merged the jNDN branch issue/2566-setInterestFilter into master.
The same changes to the other libraries are in pr...
03/26/2015
- 03:58 PM Feature #2566 (In Progress): Implement Face.setInterestFilter
- See the jNDN branch issue/2566-setInterestFilter. See the updates to the CHANGELOG:<br>
https://github.com/named-dat... - 12:03 PM Feature #2566: Implement Face.setInterestFilter
- In my opinion, this is correct and desired behavior.
- 11:30 AM Feature #2566: Implement Face.setInterestFilter
- "Longest prefix match" question: The ndn-cxx function processInterestFilters calls every callback which matches.<br>
... - 03:55 PM Task #2579 (In Progress): Provide send/sendData in Face() and deprecate in Transport
- See updates in Feature #2566.
- 10:48 AM Task #2624: Deprecate ndnx packet format support, remove in a later release
- Added "remove in a later release" to the Subject since this issue will track through the final removal of NDNx support.
- 10:39 AM Bug #1517: registerPrefix adds the onInterest callback even when registration fails
- This applies to all libraries. Set to blocked by test #2624 because the current process to register a prefix is tied ...
03/18/2015
- 12:38 PM Bug #1047: The removeRegisteredPrefix API should "unregister" from the forwarding daemon
- Yes, callbacks are missing.
- 11:10 AM Bug #1047: The removeRegisteredPrefix API should "unregister" from the forwarding daemon
- Need to add optional callbacks for success and failure.
- 09:43 AM Feature #2566: Implement Face.setInterestFilter
- This form of unsetInterestFilter is a convenience alias for unregisterPrefix. It also matches convenience version of...
- 07:51 AM Feature #2566: Implement Face.setInterestFilter
- unsetInterestFilter(const RegisteredPrefixId* registeredPrefixId) seems to do the same thing as unregisterPrefix(cons...
03/17/2015
- 04:09 PM Task #1921 (Closed): Provide equivalent to NDN_MAX_PACKET_SIZE
- Added the check in putData.
03/16/2015
- 03:18 PM Task #2579: Provide send/sendData in Face() and deprecate in Transport
- Not exactly. Data packet can has other fields that are bundled with the Data (e.g., LocalControlHeader), which needs...
- 12:53 PM Task #2579: Provide send/sendData in Face() and deprecate in Transport
- Question: In ndn-cxx, Face.put says "It is highly recommended to use a Data packet that was created using make_shared...
- 01:11 PM Feature #2531 (In Progress): LocalControlHeader
- Re-opened and moved to NDN-CCL since this applies to all libraries. It is implemented in jNDN. Need to implement in t...
- 01:03 PM Feature #2532 (In Progress): Remote Prefix Registration
- Re-opened and moved to NDN-CCL since this applies to all libraries. It is implemented in jNDN. Need to implement in t...
03/12/2015
- 05:22 PM Task #2620 (Closed): Interest setter methods should return this
- Updated the code and docs.
03/10/2015
- 10:36 PM Task #2579: Provide send/sendData in Face() and deprecate in Transport
- I'm not sure that I'm following the reasoning (I cannot foresee a need for "putInterest") and documentation may not b...
- 03:56 PM Task #2579: Provide send/sendData in Face() and deprecate in Transport
- For example, KeyChain.sign is overloaded to sign a data buffer, an Interest and a Data. They all do very different th...
- 04:53 PM Bug #2015 (Closed): name.toUri() does not return a valid URI: missing scheme
- Following note 1, added an optional param includeScheme.
- 03:25 PM Task #1921 (In Progress): Provide equivalent to NDN_MAX_PACKET_SIZE
- In NDN-CPP branch issue/1921-NDN_MAX_PACKET_SIZE, added static inline method getMaxNdnPacketSize(). Noted that expres...
Also available in: Atom