Project

General

Profile

Activity

From 04/18/2015 to 05/17/2015

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 ... Alex Afanasyev
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...
Anonymous
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... Andrew Brown
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... Andrew Brown

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... Anonymous
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... Anonymous

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...
Anonymous
11:16 AM Bug #2791 (Closed): ControlParameters forwarding flags are decoded incorrectly
In TestControlParametersEncodeDecode.testEncodeDecode I added the following test which fails:
assertEquals("de...
Anonymous

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. Anonymous

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...
Anonymous

04/19/2015

07:04 PM Bug #2758 (Closed): encodeControlParameters does not properly encode parameters for some inputs
Command:
- rib/register
Parameters:
- Name: `ndn:/`
- FaceId: 100
Expected:
- registered route for `...
Alex Afanasyev
 

Also available in: Atom