Activity
From 04/22/2015 to 05/21/2015
05/19/2015
- 11:53 AM Feature #2565: Implement async operations for Face.processEvents
- OK, thanks. I'll try to use a scheduled event for the interest timeout.
- 11:50 AM Feature #2565: Implement async operations for Face.processEvents
- This "loop" (actually it is event rescheduled every 100ms) is just a legacy part that is in pipeline to be replaced t...
- 10:26 AM Feature #2565: Implement async operations for Face.processEvents
- Hi Alex. For the interest timeout it is possible to schedule an event to fire at the time of expiration. But ndn-cxx ...
05/13/2015
- 10:50 AM Feature #2565: Implement async operations for Face.processEvents
- Exceptions that are not explicitly handled within callback are in most cases critical. NFD/NLSR and some other apps ...
- 09:46 AM Feature #2565: Implement async operations for Face.processEvents
- Thanks for the reference in the NIO classes.
At least in Java, the application is already forced to handle I/O exc... - 09:33 AM Feature #2565: Implement async operations for Face.processEvents
- And just for reference, the two NIO classes would be https://docs.oracle.com/javase/7/docs/api/java/nio/channels/Data...
- 09:31 AM Feature #2565: Implement async operations for Face.processEvents
- Jeff, what's your opinion on having some type of callback to handle those exceptions? That way I can avoid having a t...
05/12/2015
- 11:56 AM Feature #2565: Implement async operations for Face.processEvents
- For example, it doesn't look like ndn-cxx catches exceptions in the async I/O callback. If onInterest throws an excep...
- 09:31 AM Feature #2565: Implement async operations for Face.processEvents
- If the application's onInterest or onData callback throws an exception (in the nio thread), where would you expect th...
05/06/2015
- 11:30 AM Bug #2791 (Closed): ControlParameters forwarding flags are decoded incorrectly
- Added the explicit check in decodeControlParameters. Added the unit test. (also in NDN-JS):
https://github.com/nam... - 11:16 AM Bug #2791 (Closed): ControlParameters forwarding flags are decoded incorrectly
- In TestControlParametersEncodeDecode.testEncodeDecode I added the following test which fails:
assertEquals("de...
05/01/2015
- 12:30 PM Bug #2758 (Closed): encodeControlParameters does not properly encode parameters for some inputs
- Changed ControlParameters to allow a null name. In encodeControlParameters, only omit the name if null.
04/24/2015
- 09:25 AM Bug #2758: encodeControlParameters does not properly encode parameters for some inputs
- So we should allow a null name_ (and strategy_).<br>
https://github.com/named-data/jndn/blob/5ffe9b96bf116868ee59131...
Also available in: Atom